Open gagandeep995 opened 4 years ago
@gagandeep995 You must create file Page.json in resources\model_schemas. See this example https://github.com/dandisy/laravel-generator/blob/master/samples/resources/model_schemas/Profile.json
@dikyoktafian ok thanks. I will give it a try.
When I am using
php artisan generate:api_scaffold Page --fieldsFile=Page.json --datatables=true --prefix=admin --logs
then I get an error Fields file not found.