Skip to content

Releases: Shipu/laratie

v1.9.0

21 Aug 18:49
9dee737
Compare
Choose a tag to compare
  • support filament plugin service provider
  • support filament resource
  • support filament page

Full Changelog: v1.8.1...v1.9.0

v1.8.1

17 Feb 18:00
c327e26
Compare
Choose a tag to compare
  • update migration default stub file extension in config file
'migration'  => [
    'path' => 'database/migrations',
    'case' => 'snake',
    'extension' => 'php.stub',
],

v1.8

17 Feb 13:13
5ff54e4
Compare
Choose a tag to compare
  • support spatie package tool migrations style
    • change migrations extension .php to .stub
      change migration key in config/tie.php:
     'migration'  => [
        'path' => 'database/migrations',
        'case' => 'snake',
        'extension' => 'stub',
    ],
    

V1.7

17 Feb 13:08
2784a4f
Compare
Choose a tag to compare
  • Support Laravel 9 Anonymous Stub Migrations

V1.6

17 Feb 12:51
8e85f08
Compare
Choose a tag to compare

What New

  • spatie package tools stub
  • spatie package tools as a composer dependency
  • change default folder structure

Bug Fixing

  • fixed namespace path

Fixed provider path for auto discovering

17 Feb 11:48
dd7e3c8
Compare
Choose a tag to compare

Fixed provider path for auto discovering

Rename Folder Name Console to Consoles

30 May 11:30
Compare
Choose a tag to compare

Rename Folder Name Console to Consoles

Dynamic Suffix and prefix in Stub file

18 May 18:30
bfa29fd
Compare
Choose a tag to compare

Dynamic Suffix and prefix in Stub file

Add laravel helper support for laravel 6

27 Dec 17:59
72baf32
Compare
Choose a tag to compare

Add laravel helper support for laravel 6

Fixed Minor Bug & Trait Stub Key

02 Apr 18:35
45a7352
Compare
Choose a tag to compare

Fixed Minor Bug & Trait Stub Key