Releases: JaapMoolenaar/crud-generator
Releases · JaapMoolenaar/crud-generator
Laravel 5.6
Update to laravel 5.6
2.4.0
Support for Laravel (support) 5.3
v2.3.1
Use own html bundle instead of collective's one.
Numerous enhancements and bug fixes
v2.3.0 A more sensible gitigonre...
v2.2.2
The controller create script was not built very well...
v2.2.1
Schema should be an argument, not an option
With delete confirmation and language updates
v2.2.0 Confirm route before deleting | language is handeled from file io tem…
Show stub now shows useful data too.
v2.1.1 The show view was a bit useless, but shows all info now
Localization support
v2.1.0 Localization support, a language stub file will be generated | Views …
Better view generations and blade templates for classes
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}})