Skip to content

Releases: JaapMoolenaar/crud-generator

Laravel 5.6

03 Apr 09:42

Choose a tag to compare

Update to laravel 5.6

2.4.0

22 Sep 08:55

Choose a tag to compare

Support for Laravel (support) 5.3

v2.3.1

07 Sep 10:33

Choose a tag to compare

Use own html bundle instead of collective's one.

Numerous enhancements and bug fixes

23 Feb 16:57

Choose a tag to compare

v2.3.0

A more sensible gitigonre...

v2.2.2

14 Feb 14:51

Choose a tag to compare

The controller create script was not built very well...

v2.2.1

09 Feb 11:23

Choose a tag to compare

Schema should be an argument, not an option

With delete confirmation and language updates

28 Jan 12:34

Choose a tag to compare

v2.2.0

Confirm route before deleting | language is handeled from file io tem…

Show stub now shows useful data too.

27 Jan 13:22

Choose a tag to compare

v2.1.1

The show view was a bit useless, but shows all info now

Localization support

27 Jan 12:43

Choose a tag to compare

v2.1.0

Localization support, a language stub file will be generated | Views …

Better view generations and blade templates for classes

21 Jan 15:57

Choose a tag to compare

This is a breaking update, as the supplied templates will not work without some alterations

(All variables like {{modelName}} need to be prefixed with a $-sign, as they would in blade templates, like so {{$modelName}})