The app might need to upload big files, such as videos and photos to S3, so NGINX or Apache should be configured to accept big files.
--
-
Set .env
-
Run composer:
$ composer update
- Run migrations and seeds:
$ php artisan migrate $ php artisan db:seed
- Start Queue Worker:
$ php artisan queue:work --sleep=3 --tries=3 --daemon