Trybe migrated one domain, four apps, 833 GB, and 500M monthly requests to Cloud. See how—May 12, 11:30 a.m. ET.Join us

Laravel v7.15.0 released

Laravel v7.15.0 is released in 2020/06/09, here are the changes we`ve merged into this release.

v7.15.0 (2020-06-09)

Added

  • Added extendable relations for models (#33025)
  • Added Illuminate\Foundation\Testing\Concerns\MakesHttpRequests::withToken() (#33075, 79383a1)
  • Added the ability to Illuminate\Database\Eloquent\Relations\HasOneOrMany::makeMany() (create many without saving) (#33021)
  • Added Illuminate\Database\Schema\Blueprint::foreignUuid() (#33129)
  • Allow setting the event handler queue via a viaQueue() method (#32770, 852a927)

Fixed

  • Fixed Model::withoutEvents() not registering listeners inside boot() (#33149, 4bb32ae)

Keep reading