Releases: laracademy/generators
Releases · laracademy/generators
Fixed Namespace and Folder Options
Rewrote the logic with the options for NAMESPACE and FOLDER
Laravel 6 support
Merge pull request #30 from laracademy/feature/laravel-6 Feature/laravel 6
Auto Discovery
Thanks to @mindspread auto discovery is now available for the package. No need to add the facade
to the configuration anymore, it is all automated :)
1.4
Now you can use the flag "singular" to make name of classes and filenames singular
Lumen Support
Lumen support added by @danrovito
Date Field Fixes
- Will now add "created_at" and "updated_at" into the model.
- Resets variables when looping through multiple tables so that the date fields do not multiply
Release 1.3.1
syntax errors
Release 1.2.1
Spelling matters :(
1.2
Added namespace
Generate Model From Table
The generate model from table command now includes options for different connections, folder structures and namespaces.