Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- composer install
- composer update --ignore-platform-reqs
- php artisan optimize:clear
- php artisan cache:clear
- php artisan config:cache
- php artisan config:clear
- php artisan view:cache
- php artisan view:clear
- php artisan route:clear
- php artisan route:list
- php artisan install:api
- php artisan key:generate
- php artisan migrate
- php artisan make:request StoreUserRequest // Create For Form Request Validation
- php artisan make:mail MyMail // Create For Email Template
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement