Releases: laracademy/interactive-make
Releases · laracademy/interactive-make
1.6
1.5: Merge pull request #33 from jpmurray/add-make-component
Added component:make thanks to @jpmurray
1.4
Fixed migration command when not creating a new table
Added New Make Commands
With this release comes the following commands
- make:factory
- make:rule
- make:channel
- make:observer
- make:exception
- make:resource
Laravel 5.5 Make Factory Added
Thanks to @jpmurray for adding the newest make:factory command.
auto-discovery for laravel 5.5
Merge pull request #14 from jpmurray/master Support for package auto-discovery
Version 1.0
Fixed Unit Testing command
Make Model Fix
Fix for make:model with Migration, Controller and Resourceful
Resourceful Controller Command Fix
0.8 Fix for Resourceful Controller command
Refactor Switch Statement
thank you @mateusjatenee, for the refactor