Skip to content

v5.5.0

Compare
Choose a tag to compare
@tillkruss tillkruss released this 06 Sep 02:20
· 1575 commits to 11.x since this release

Added

Changed

  • Refactored exception handler (too many commits)
  • Renamed ModelFactory.php to UserFactory.php to encourage separate files (67a8a11)
  • Use RefreshDatabase trait (a536402, #4373)
  • Use Composer's @php directive (#4278)
  • Use post-autoload-dump (2f4d726)
  • Try to build session cookie name from app name (#4305)

Fixed

  • Fixed Apache trailing slash redirect for subdirectory installs (#4344)

Removed

  • Dropped bootstrap/autoload.php (#4226, #4227, 100f71e)
  • Emptied $dontReport array on exception handler (758392c)
  • Removed TinkerServiceProvider (6db0f35)
  • Removed migrations from autoload classmap (#4340)