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 :
sshcommand- Composer and npm or Yarn to install the project dependencies
- PHP 7.3+
- Any Laravel-compatible database system
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.