Skip to content

v1.8

Choose a tag to compare

@Shipu Shipu released this 17 Feb 13:13
· 14 commits to master since this release
5ff54e4
  • 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',
    ],