3.0.0
Changelog:
- Widget configuration has been changed. There is a single
protected $configproperty now so you do not need to define your own props for every single config key. Nothing was changed in the way widgets are called. - The generator by default creates a view too now. This can be disabled by
--plainoption - Imports from custom namespaces are no longer supported, but you can use FQCN now.
- Container is fully customizable now (except
id). @widgetand@asyncWidgetare now resolved without facades now so you may get rid of them entirely if you want.
For more info please read the readme: https://github.com/Arrilot/laravel-widgets/blob/master/README.md