Laratie Versions Save

Laravel Package Development Boilerplate Generator.

v1.9.0

1 year ago
  • support filament plugin service provider
  • support filament resource
  • support filament page

Full Changelog: https://github.com/Shipu/laratie/compare/v1.8.1...v1.9.0

v1.8.1

2 years ago
  • update migration default stub file extension in config file
'migration'  => [
    'path' => 'database/migrations',
    'case' => 'snake',
    'extension' => 'php.stub',
],

v1.8

2 years ago
  • 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

2 years ago
  • Support Laravel 9 Anonymous Stub Migrations

v1.6

2 years ago

What New

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

Bug Fixing

  • fixed namespace path

v1.5

2 years ago

Fixed provider path for auto discovering

v1.4

4 years ago

Rename Folder Name Console to Consoles

v1.3

4 years ago

Dynamic Suffix and prefix in Stub file

v1.2

4 years ago

Add laravel helper support for laravel 6

v1.1

6 years ago

Fixed Minor Bug & Trait Stub Key