Releases: Flobbos/laravel-crudable
Releases · Flobbos/laravel-crudable
Added support for Laravel 7
3.0.11 Added support for Laravel 7
Fixed wrong variable name
Translatable had the wrong translation id variable
Removed stray function
Previous release had a stray function in the Translation contract. This was removed.
Added translated slugs
Added slug translation automation based on defined field in translations, removed laravel/helpers dependency
Fixed missing helpers for Laravel 6
Laravel 6 removed the helpers by default, this package needs them so I added the laravel/helpers package as a dependency.
Added support for Laravel 6
3.0.6 Added Laravel 6.0
Set default translation name
Removed MissingTranslationNameException, no longer needed
Another auto discover fix
Hopefully auto discover is now working.
Added notification partial
The notifications.blade.php is now part of the package and will be loaded by default from all the stub based views.
Second attempt at fixing auto discover
3.0.2 Updated changelog