Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: run_for_clearing_all.bat file
- @echo off
- :: Clear caches first
- php artisan cache:clear
- php artisan clear-compiled
- php artisan config:clear
- php artisan route:clear
- php artisan view:clear
- php artisan filament:clear-cached-components
- :: Then rebuild caches
- php artisan config:cache
- php artisan route:cache
- php artisan icons:cache
- php artisan filament:cache-components
- :: Assets and optimization
- php artisan filament:assets
- php artisan optimize
- :: Frontend build
- call npm run build
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement