Skip to content

v2.0.0

Compare
Choose a tag to compare
@francoism90 francoism90 released this 12 Jul 11:40
· 123 commits to 3.x since this release
b299a26

Upgrade Notice

Blade macros aren't enabled by default anymore

Because I want to focus on laravel-html, you have to register the Blade macros manually using a service provider. Checkout the documentation for details.

Components and controllers have been removed

I don't want to provide any components and controllers anymore. The idea of this package, is to create them yourself.

If you still need them, please checkout the following sources, and re-implement them in your project:

Actions have been removed

Actions have been removed, because they were too difficult to maintain and not that usable.

If you still need them, please checkout the following sources, and re-implement them in your project:

What's Changed

Full Changelog: v1.0.7...v2.0.0