Clear caches (if needed):
php artisan config:cache
php artisan route:cache
php artisan view:clear
php artisan cache:clear
Serve the application:
php artisan serve
Clear caches (if needed):
php artisan config:cache
php artisan route:cache
php artisan view:clear
php artisan cache:clear
Serve the application:
php artisan serve