- Laravel 9.x
- Twillo
- Firebase
- From the projects root folder run
composer update - From the projects root folder run
php artisan key:generate - From the projects root folder run
php artisan migrate:fresh --seed - From the projects root folder run
composer dump-autoload - From the projects root folder run
php artisan storage:link - From the projects root folder run
php artisan l5-swagger:generate - From the projects root folder run (local)
php artisan schedule:workfor server use supervisor - From the projects root folder run (local)
php artisan schedule:workfor server use scheduling * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
- Check the permissions on the storage directory:
chmod -R 775 storage - Check the ownership of the storage directory: :
chown -R www-data:www-data storage
- Unverified
- User
- Admin
- Manager
| Password | Access | |
|---|---|---|
| admin@admin.com | admin123 | Admin Access |
- Send scheduled push notification
Push\NotificationController@sendScheduledPushNotification
{ "Version": "2008-10-17", "Statement": [ { "Sid": "AllowPublicRead", "Effect": "Allow", "Principal": { "AWS": "" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::dingyy-app/dummy/" } ] }
sudo supervisorctl stop all sudo supervisorctl reread sudo supervisorctl update sudo supervisorctl start all ps aux | grep artisan