Releases: zschuessler/laravel-route-to-class
Package Auto-Discovery Support (Laravel v5.5+)
This adds support for Laravel 5.5's auto-discovery feature.
Commit
fbe0edf
Contributor
https://github.com/yemenifree
Thanks, yemeifree!
Laravel 5.5.* Support
Adds support for laravel 5.5.*
Laravel 5.4 Support + Default Generator Additions
This release adds support for Laravel 5.4:
87d4929#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
Default generator class now adds "error-404" on 404 pages:
87d4929#diff-0f31749f81029e43272155508857694a
Bump laravel version
Bump laravel version
Blade Directive and Facade Feature Adds
This release adds two major features:
- Blade directives
- Facades
You can now more easily interact with the package and take advantage of Blade caching.
See the readme for an updated tutorial.
Docs / Minor
2.0.4 formatting
Minor Fixes + docs
2.0.3 update docs
Minor Bug Fixes
2.0.2 typo in config file name
Minor Bug Fixes
Minor bug fixes
Public Release - Multi Filter Support
The first public release!
This release changed the architecture of the entire project. The architecture now allows for users to add any number of route2class rules, and gives more options in interacting with body classes that are generated (removing, editing, adding ,etc)
I'll be maintaining version 2 while adding more features/docs in the near future.