Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Releases: LaravelRUS/laravel-stubs

v6.4.1 (Fix for make:migration)

18 Oct 20:13
Compare
Choose a tag to compare

Fixed

  • Fixed make:migration command (#15)

v6.4.0 (Laravel 6)

04 Sep 03:41
Compare
Choose a tag to compare

Compatibility to Laravel 6.

v6.3.0 (Update make:factory)

06 Jul 20:49
20bef6d
Compare
Choose a tag to compare

Updated

  • Update make:factory command

v6.2.0 (Missing stubs)

02 Apr 00:46
Compare
Choose a tag to compare

Added

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

Updated

  • Updated readme
  • Updated license

Modules functionality

13 Mar 13:01
Compare
Choose a tag to compare

Modules functionality.

Added

  • Added customizable module prefix for namespaces

v6.0.0 (Laravel 5.8)

28 Feb 11:47
d4fcd92
Compare
Choose a tag to compare

Compatibility to Laravel 5.8.

Bug fixes

09 Nov 14:10
edd8ad7
Compare
Choose a tag to compare
  • Fixed duplicate stub path

v5.0.0 (Laravel 5.7)

06 Sep 03:54
Compare
Choose a tag to compare

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 (Laravel 5.6)

09 Feb 12:24
Compare
Choose a tag to compare

Compatibility to Laravel 5.6.

Added

  • Added make:channel command

Updated

  • Updated make:controller command

v3.0.0 (Laravel 5.5)

04 Feb 21:36
Compare
Choose a tag to compare

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