Skip to content

Releases: BRACKETS-by-TRIAD/admin-generator

Missing use Illuminate\Validation\Rule; in ProfileController.php fixed

20 Nov 14:45
f79aee5
Compare
Choose a tag to compare
v1.0.6

Fixed missing use Rule in profil econtroller (#8)

Fixing unique on translatable jsonb column

16 Oct 12:58
Compare
Choose a tag to compare
Merge pull request #6 from BRACKETS-by-TRIAD/fix-translatable-unique-2

Fixed how unique rule is generated

Fixing default datepicker format

14 Oct 10:41
Compare
Choose a tag to compare
v1.0.4

Fixed validation of date picker (#4)

Fixing duplicate app/App folder issue on Linux platform

04 Oct 13:52
Compare
Choose a tag to compare
Fix capital app folder

* fixing App to app when generating all the classes

* fixing App to app when generating all the classes 2

* fix

PHP 7.1 requirement

30 Sep 18:24
Compare
Choose a tag to compare

PHP 7.1+ is required because of a use of newer dbal package, that is needed to support Translatable eloquent models from tables using jsonb columns in admin:generate command.

v1.0.1

28 Sep 17:23
Compare
Choose a tag to compare
  • Fixing: Permissions does not run when generating whole admin

v1.0.0

21 Sep 16:02
Compare
Choose a tag to compare
fixing broken columns order on OSX

v1.0.0-beta.2

19 Sep 15:24
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
Not finished refactoring