LaravelRUS Laravel Stubs Versions Save

Editable templates for `artisan make:` commands

v6.4.1

4 years ago

Fixed

  • Fixed make:migration command (#15)

v6.4.0

4 years ago

Compatibility to Laravel 6.

v6.3.0

4 years ago

Updated

  • Update make:factory command

v6.2.0

5 years ago

Added

  • Added controller.model.api.stub
  • Added controller.nested.api.stub
  • Added markdown.stub

Updated

  • Updated readme
  • Updated license

v6.1.0

5 years ago

Modules functionality.

Added

  • Added customizable module prefix for namespaces

v6.0.0

5 years ago

Compatibility to Laravel 5.8.

v5.0.1

5 years ago
  • Fixed duplicate stub path

v5.0.0

5 years ago

Compatibility to Laravel 5.7.

Added

  • Added make:migration command
  • Added make:observer command

Updated

  • Updated make:controller command
  • Changed models namespace to default

v4.0.0

6 years ago

Compatibility to Laravel 5.6.

Added

  • Added make:channel command

Updated

  • Updated make:controller command

v3.0.0

6 years ago

Compatibility to Laravel 5.5.

Added

  • Added make:rule command
  • Added make:resource command
  • Added make:factory command
  • Added make:exception command

Updated

  • Updated make:model command
  • Updated make:listener command
  • Updated make:controller command
  • Changed key for console namespace

Fixed

  • Fixed make:policy command