Skip to content

Releases: laracademy/generators

Fixed Namespace and Folder Options

14 Nov 02:27
Compare
Choose a tag to compare

Rewrote the logic with the options for NAMESPACE and FOLDER

Laravel 6 support

02 Oct 04:42
03251ba
Compare
Choose a tag to compare
Merge pull request #30 from laracademy/feature/laravel-6

Feature/laravel 6

Auto Discovery

11 May 15:21
45966ff
Compare
Choose a tag to compare

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

23 Apr 04:19
3f8d0c1
Compare
Choose a tag to compare
1.4

Now you can use the flag "singular" to make name of classes and filenames singular

Lumen Support

15 Oct 23:19
Compare
Choose a tag to compare

Lumen support added by @danrovito

Date Field Fixes

21 Jan 07:24
Compare
Choose a tag to compare
  • 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

07 Sep 03:21
Compare
Choose a tag to compare
syntax errors

Release 1.2.1

07 Sep 03:05
Compare
Choose a tag to compare
Spelling matters

:(

1.2

07 Sep 03:01
Compare
Choose a tag to compare
1.2

Added namespace

Generate Model From Table

06 Jun 01:49
Compare
Choose a tag to compare

The generate model from table command now includes options for different connections, folder structures and namespaces.