Laravel Cheatsheet after making changes to a file

Sospeter Mong'are - Jul 11 - - Dev Community

Clear caches (if needed):

php artisan config:cache
php artisan route:cache
php artisan view:clear
php artisan cache:clear
Enter fullscreen mode Exit fullscreen mode

Serve the application:

php artisan serve
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player