pwweb / artomator

Artomator: Custom commands making life easier for Laravel.
MIT License
4 stars 1 forks source link

Fix issue #2 #5

Closed rabrowne85 closed 5 years ago

rabrowne85 commented 5 years ago

Fixing issue #2 by checking for a model name given in the option and if not provided use the controller name to "imply" the model.

If the model doesn't exist, and the user declines to create the model when prompted, then a basic stub file is used.

frankpde commented 5 years ago

OK