loading...
支持来年更好。
@justtest ok。
@JellyBool 哈哈,还是你找找填坑的方案的!
注意事项:
在使用 php artisan migrate 时候千万注意创建表的顺序,否则会出现各种错误。
php artisan migrate
比如创建外键失败 General error: 1215 Cannot add foreign key constraint
General error: 1215 Cannot add foreign key constraint
可以更改框架中 database/migrations 下面的文件名头部的日期来实现 migrate 的顺序
database/migrations
migrate
@JellyBool 已更新了啊 ,及时的!
@cooper 不错的参考!
准备用laravel5开发api项目了,整个ok么?