laracademy / interactive-make

Interactive Make Command for Laravel
MIT License
345 stars 18 forks source link

Laravel 6 #31

Closed IndexZer0 closed 4 years ago

IndexZer0 commented 4 years ago

Used this package for a long time. It hasn't worked with Laravel 6 and I miss it.

Any plans to support Laravel 6?

php artisan make

migration Table Name (Example: users): test Are you creating a new table (yes/no) [no]: no Setting table option for table test

In MakeCommand.php line 225:

Trying to access array offset on value of type null

michael-mcmullen commented 4 years ago

I will pull it into a brand new branch this weekend and fix any issues that come up (like the one you posted)

IndexZer0 commented 4 years ago

Thanks for that.

This would be a great addition to laravel framework core. It boggles my mind why laravel hasn't adopted this.

michael-mcmullen commented 4 years ago

Try out the latest package (running an update should grab 1.4)

IndexZer0 commented 4 years ago

Thanks, working for the above example.