Advertisement
Virajsinh

Composer Command

Sep 26th, 2024 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | Source Code | 0 0
  1. composer install
  2. composer update --ignore-platform-reqs
  3. php artisan optimize:clear
  4. php artisan cache:clear
  5. php artisan config:cache
  6. php artisan config:clear
  7. php artisan key:generate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement