Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读到 Laravel 4 表面上不会有太大变化,说很多旧代码都可以兼容。
我尝试像文档insert_get_id中所说的那样使用 Fluent ,但该功能不存在。
insert_get_id
我做错了吗?如果没有,Fluent 和/或 Eloquent 是否有更多变化?
Laravel 4 已更改为 PSR-1 投诉,因此现在是 camelCased 而不是 snake_cased。尝试更改为insertGetId().
insertGetId()
我相信函数从下划线变为驼峰式...尝试 insertGetId