Skip to content

Releases: webfactor/laravel-generators

3.1.4

23 Sep 13:09
be8d481

Choose a tag to compare

add Laravel 5.7 support to composer.json

3.1.3

16 Aug 12:22
ae42f80

Choose a tag to compare

fix controller stub

3.1.2

26 Jun 11:16
d854806

Choose a tag to compare

fix seeder stub

3.1.1

26 Jun 08:53
b2cac5b

Choose a tag to compare

  • remove unused imports
  • fix makeDirectory to work recursively

3.1.0

25 Jun 19:30
72932e4

Choose a tag to compare

Added

  • Opener classes for Sublime and VS Code

3.0.1

24 Jun 23:06
199ef9d

Choose a tag to compare

fix LanguageFileService

3.0.0

24 Jun 22:55
948e880

Choose a tag to compare

3.0.0 - 2018-06-24 - Complete Refactoring

The Refactoring is supposed to provide new functions more easily in the future.

Attention: schema has been changed and only registered FieldTypes (see config-file) will be parsed. There are only a few FieldTypes available at the moment, more will come soon.

Added

  • AddToGitService: using --git in command will add all files to git

Changed

  • The parsing of --schema="" is now a bit different, but much more powerful. Please see Readme for further information
  • Naming for each service is handled by dedicated classes and can be accessed everywhere (e.g. name of Model inside a CrudController)

Removed

  • additional commands which are now integrated in the corresponding services

2.1.3

24 Jun 20:43
cdf24ab

Choose a tag to compare

set dev-master to 3.0

2.1.2

10 Jun 19:01
69a926d

Choose a tag to compare

fix typo in validation rule

2.1.1

30 Mar 17:35
c18df43

Choose a tag to compare

Bugfix

  • use new backpack_auth()-helper