php artisan theme:enable triangle提示Missing required module: webed-blog

来源:互联网 发布:淘宝外卖怎么看在骑手 编辑:程序博客网 时间:2024/05/19 04:26

php artisan theme:enable triangle提示Missing required module: webed-blog

通过laravel学院的文档安装webed的cms过程中遇见了两个问题,下面记录并提出解决:
问题1:
You need to active a theme
解决方法:
我们可以通过 php artisan theme:list 查看已安装主题:

这个主题是系统自带的,如果需要的话,你也可以自己去创建自己的主题(操作细节参考官方文档),这里我们激活这个默认主题即可:
php artisan theme:enable triangle
执行这步操作后有的再次访问会成功,而有的却会出现错误提示,即为问题2。
问题2:
Missing required module: webed-blog
解决方法:
依次执行如下命令:
php artisan plugin:install webed-log
php artisan plugin:enable webed-log
php artisan theme:install newstv
php artisan plugin:enable newstv
此时,错误提示消失,会提示已安装,已启用的英文结果。

*******************************只要思想不滑坡,办法总比困难多**********************************

阅读全文
0 0
原创粉丝点击