天天看點

Laravel技巧集錦(14):使用自帶的路由緩存、配置緩存、類加載優化

1、路由緩存(路由中不能含有匿名函數、include包含檔案)【緩存檔案位置bootstrap\cache\routes.php】

php artisan route::cache      
php artisan config::cache      
php artisan optimize