laravel 缓存
php artisan list #显示命令列表
php artisan config #这个可以看懂config的参数
php artisan config:cache #配置文件缓存
php artisan config:clear #清除配置文件缓存
php artisan route:cache #路由缓存,路由中不能有闭包
php artisan route:clear #清除路由缓存
php artisan list #显示命令列表
php artisan config #这个可以看懂config的参数
php artisan config:cache #配置文件缓存
php artisan config:clear #清除配置文件缓存
php artisan route:cache #路由缓存,路由中不能有闭包
php artisan route:clear #清除路由缓存