Closed frankpde closed 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.
Alternatively, you can get around this by disabling the menu in the config/infyom/laravel_generator.php
file:
/*
|--------------------------------------------------------------------------
| Add-Ons
|--------------------------------------------------------------------------
|
*/
'add_on' => [
...
'menu' => [
'enabled' => false,
...
],
],
I have also updated the readme to be more prescriptive in how to install and copied some of the InfyOmLabs Documentation in to help.
Creating a model with graphql_scaffold results in the error that
menu.blade.php
cannot be found.