Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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.
 
PREVIOUS NEXT
Tagged: #php #artisan #route #cache
ADD COMMENT
Topic
Name
9+2 =