Advertisement
Virajsinh

Composer Command

Sep 26th, 2024 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | Source Code | 0 0
  1. composer install
  2. composer update --ignore-platform-reqs
  3.  
  4. php artisan optimize:clear
  5. php artisan cache:clear
  6. php artisan config:cache
  7. php artisan config:clear
  8. php artisan view:cache
  9. php artisan view:clear
  10. php artisan route:clear
  11.  
  12. php artisan route:list
  13. php artisan install:api
  14. php artisan key:generate
  15. php artisan migrate
  16.  
  17. php artisan make:request StoreUserRequest // Create For Form Request Validation
  18. php artisan make:mail MyMail // Create For Email Template
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement