InfyOmLabs/laravel-generator

View [templates.scaffold.table.datatable.body] not found

talenta-eg opened this issue · 0 comments

I can not generate views

php artisan infyom.scaffold:views Demo

Output

Generating Views...
InvalidArgumentException
View [templates.scaffold.table.datatable.body] not found
at vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:137 133▕ } 134▕ } 135▕ } 136▕ ➜ 137▕ throw new InvalidArgumentException("View [{$name}] not found."); 138▕ }

templates.scaffold.table.datatable.body was not found: Are you sure the view exists and is a .blade.php file?