Laravel v5.4.34 and v5.4.35 released
Aug 24, 2017 · 1 min read
Laravel v5.4.34 was released yesterday (August 24th) and v5.4.35 was shipped today to fix a breaking change in v5.4.34.
You might want to take a closer look at #20707 and possibly update your auth templates.
v5.4.35
Fixed
- Fixed breaking change in
FactoryBuilder(#20727)
v5.4.34
Added
- Added
Str::start()andstr_start()helper (#20569) - Added
orDoesntHave()andorWhereDoesntHave()toQueriesRelationships(#20685) - Added support for callables in model factory attributes (#20692)

