Skip to content

Releases: zschuessler/laravel-route-to-class

Package Auto-Discovery Support (Laravel v5.5+)

05 Oct 19:44
Compare
Choose a tag to compare

This adds support for Laravel 5.5's auto-discovery feature.

Commit
fbe0edf

Contributor
https://github.com/yemenifree

Thanks, yemeifree!

Laravel 5.5.* Support

26 Sep 21:42
Compare
Choose a tag to compare

Adds support for laravel 5.5.*

Laravel 5.4 Support + Default Generator Additions

08 Feb 17:42
Compare
Choose a tag to compare

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

24 Apr 23:21
Compare
Choose a tag to compare

Bump laravel version

Blade Directive and Facade Feature Adds

23 Dec 19:17
Compare
Choose a tag to compare

This release adds two major features:

  1. Blade directives
  2. 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

21 Dec 18:51
Compare
Choose a tag to compare
2.0.4

formatting

Minor Fixes + docs

21 Dec 18:27
Compare
Choose a tag to compare
2.0.3

update docs

Minor Bug Fixes

21 Dec 17:34
Compare
Choose a tag to compare
2.0.2

typo in config file name

Minor Bug Fixes

21 Dec 17:11
Compare
Choose a tag to compare

Minor bug fixes

Public Release - Multi Filter Support

21 Dec 16:25
Compare
Choose a tag to compare

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.