All notable changes to laravel-route-discovery
will be documented in this file
- Laravel 11.x Compatibility by @laravel-shift in #29
- @laravel-shift made their first contribution in #29
Full Changelog: https://github.com/spatie/laravel-route-discovery/compare/1.0.3...1.0.4
- support Laravel 10
- Update introduction.md by @LeonvanderHaas in #19
- Update questions-issues.md by @LeonvanderHaas in #20
- Fix issue where union typed parameters caused discovery errors by @27pchrisl in #25
- @LeonvanderHaas made their first contribution in #19
- @27pchrisl made their first contribution in #25
Full Changelog: https://github.com/spatie/laravel-route-discovery/compare/1.0.1...1.0.2
- Change to allow forward-slashes in Windows by @vanyamil in #15
- @vanyamil made their first contribution in #15
Full Changelog: https://github.com/spatie/laravel-route-discovery/compare/1.0.0...1.0.1
- initial release
- experimental release
- experimental release
- add support for the names parameter to the Resource attribute (#56)
- fix: use \ReflectionAttribute::IS_INSTANCEOF (#55)
- add group attribute (#54)
- add additional functionality to get domain from a config file (#50)
- add apiResource parameter to Resource attribute (#49)
- add support for resource controllers
- do not register routes when they are cached (#38)
- remove facade
- adds optional Wheres attribute on class and method level (#31)
- add support for multi-verb routes
- global middleware from config file will be registered first (#24)
- change approach to handle routes with prefix (#23)
- add new check to make sure TestClasses directory exists when running tests (#20)
- add middleware config option
- add
Domain
attribute
- initial release