Releases: rgasch/laravel-installer-script
Releases · rgasch/laravel-installer-script
v1.0.6
Fixed missing semicolon in generated strict code.
v1.0.5
Fixed incorrectly named variable + better checking for failed system() call.
v1.0.4: Merge pull request #5 from rgasch/dev
Fixed missing 'use' statement + better logging for 'strict' issues.
v1.0.3
Added --with-strict-mode flag and added installation of spatie/laravel-model-flags
v1.0.2
Added support for
- filament-feature-flags
- filament-markdown-editor
and improved README.md.
v1.0.1
Added the following
- more filament packages
- now supports a --without-filament option
- better error checking/handling
- added some gettings-started hints