Home  • Framework • Laravel

all kinds of Laravel cache clearing artisan commands

after-database-config-php-artisan**After database config >php artisan config:cache Configuration cache cleared! ** Route Cache >php artisan route:clear Route cache cleared! ** View Cache >php artisan view:clear Compiled views cleared! ** Event Cache >php artisan event:cache Cached events cleared! ** Application Cache >php artisan cache:clear Application cache cleared! **Clear all cache >php artisan optimize:clear Compiled views cleared! Application cache cleared! Route cache cleared! Configuration cache cleared! Compiled services and packages files removed! **Clearing Composer Cache >composer dump-autoload >composer clear-cache >composer clearcache >composer cc **NPM cache >npm cache clean --force **php artisan list

Comments 0


Share

Copyright © 2024. Powered by Intellect Software Ltd