I am using php artisan serve
to start my mini app on my remote server.
Once I update code, I am using ftp to upload new code.
After upload I am stop and restart (php artisan serve
), but view are still "old", there is something like cache, how can I clear it?