pwweb / artomator

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

Class 'App\Http\Controllers\AppBaseController' not found #39

Closed frankpde closed 4 years ago

frankpde commented 4 years ago

The base controller class is not part of the generated files out of the graphql_scaffold.

Should include a check if the file exists, if not create it.

rabrowne85 commented 4 years ago

This is a documentation issue.

For this to work you need to run the commands:

$ php artisan artomator:publish
$ php artisan ui bootstrap --auth
$ php artisan artomator.publish:layout

This will create the necessary files.

I have also updated the readme to be more prescriptive in how to install and copied some of the InfyOmLabs Documentation in to help.