Recent Activity
学院君
User for 9 years
Admin
7 years ago 评论 Laravel 入门项目:博客系列教程自己先配置好数据库 运行下迁移命令 Laravel的基础文档还是要看下
7 years ago 评论 静态工厂模式(Static Factory)yFiles
7 years ago 评论 could not find driver (SQL: select * from information_schema.tables where table_schema = homestead and table_name = migrations) 报错检查下数据库的配置是否正确 你要查的表不在配置的数据库里面吧
7 years ago 评论 linux 安装Laravel 不显示Laravel index.php 文件感觉访问的不是你配置的路径啊 不要用 localhost 改成一个虚拟域名试试
7 years ago 评论 laravel中updateOrCreate配合联合索引,可以插入但不可更新,报错提示Illegal offset type检查下 $v 里面访问的键值是否都设置了