All notable changes to laravel-route-discovery
will be documented in this file
- Change to allow forward-slashes in Windows by @vanyamil in spatie#15
- @vanyamil made their first contribution in spatie#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