美文网首页
laravel 常用命令 -- 不定期更新

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

作者: 随心热爱 | 来源:发表于2017-08-03 22:17 被阅读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描述

相关文章

网友评论

      本文标题:laravel 常用命令 -- 不定期更新

      本文链接:https://www.haomeiwen.com/subject/rdsmlxtx.html