laravel 常用命令 -- 不定期更新

2017-08-03  本文已影响0人  随心热爱

php artisan config:cache      -- Create a cache file for faster configuration loading 

php artisan config:clear      -- Remove the configuration cache file 

php artisan route:cache      -- Create a route cache file for faster route registration

php artisan route:clear      -- Remove the route cache file

php artisan route:list      -- List all registered routes

php artisan api:routes      -- List all registered api routes

php artisan api:cache       -- api缓存

php artisan api:docs  -- api描述

上一篇 下一篇

猜你喜欢

热点阅读