Answers for "route:cache laravel every time"

PHP
4

laravel clear route cache

php artisan cache:clear

php artisan route:cache
Posted by: Guest on March-11-2021
0

php artisan route cache

If you want to remove the routes cache on your server, remove this file:
bootstrap/cache/routes.php
And if you want to update it just run 
  php artisan route:cache
and upload the bootstrap/cache/routes.php to your server.
Posted by: Guest on February-16-2022

Code answers related to "route:cache laravel every time"

Browse Popular Code Answers by Language