Requirements

Rocket is PHP application, built with Laravel 8.

Currently, it only works on Unix systems and have not yet been tested on Windows.

Packages required on your server :

Since this project uses Laravel queues, you will need to choose a queue driver and run a queue listener. We recommend that you use Redis and Supervisor.

If you do not know how to configure a Laravel-type server, head over the server setup guide.