Skip to content

Releases: Flobbos/laravel-crudable

Added support for Laravel 7

23 Mar 23:28
Compare
Choose a tag to compare
3.0.11

Added support for Laravel 7

Fixed wrong variable name

21 Feb 17:05
Compare
Choose a tag to compare

Translatable had the wrong translation id variable

Removed stray function

21 Feb 16:04
Compare
Choose a tag to compare

Previous release had a stray function in the Translation contract. This was removed.

Added translated slugs

21 Feb 15:13
0832f62
Compare
Choose a tag to compare

Added slug translation automation based on defined field in translations, removed laravel/helpers dependency

Fixed missing helpers for Laravel 6

17 Oct 08:54
27714d3
Compare
Choose a tag to compare

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

06 Sep 10:21
Compare
Choose a tag to compare
3.0.6

Added Laravel 6.0

Set default translation name

19 Aug 13:52
Compare
Choose a tag to compare

Removed MissingTranslationNameException, no longer needed

Another auto discover fix

27 Mar 14:38
Compare
Choose a tag to compare

Hopefully auto discover is now working.

Added notification partial

21 Dec 15:35
Compare
Choose a tag to compare

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

21 Dec 12:59
Compare
Choose a tag to compare
3.0.2

Updated changelog