Follow the steps below to install and run the project successfully:
-
Copy the
.env.examplefile to.envcp .env.example .env
-
Generate a key for your project
php artisan key:generate
-
Install all PHP dependencies
composer install
-
Install all JavaScript dependencies
npm install
-
Run migrations
php artisan migrate
-
Run the Queue via a terminal
``` php artisan queue:listen ``` -
Run Reverb via a terminal
php artisan reverb:start --debug -
Run Vite via a terminal
npm run dev