This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
V1
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
tosnake_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.