Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

V1

Compare
Choose a tag to compare
@barryvdh barryvdh released this 30 Dec 09:35
· 112 commits to master since this release

1.0.1

Breaking changes

  • Adding the middleware on Route groups is no longer supported. You can use the new paths option to match your routes
  • The config file has been changed from camelCase to snake_case, please update your own config.
  • The deprecated Lumen ServiceProvider has been removed.
  • There is no need to manually configure the cors config in Lumen.

Added

  • The paths option is added to match certain routes only, while still using global middleware. This allows for better error handling.