php框架之laravel

 

 1.支持单例链式调用

php .\artisan ide:meta

 

 

 

 

常见问题:

  1. 访问网站500错误

    这是因为laravel的缓存路径没有找到

    laravel缓存文件路径是在 config/cache.php中设置,默认存在storage文件夹中

 

    解决:需要保证storage/framework下面创建 sessions views, cache 文件夹并确保可写权限

 

posted @ 2019-05-09 17:23  X-Wolf  阅读(239)  评论(0编辑  收藏  举报