dandisy / webcore

Laravel site ready to be built on a single platform according to your needs (admin panel, web CMS, or others)
https://dandisy.github.io/
MIT License
52 stars 27 forks source link

Fields file not found #6

Open gagandeep995 opened 4 years ago

gagandeep995 commented 4 years ago

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.

dikyoktafian commented 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

gagandeep995 commented 4 years ago

@dikyoktafian ok thanks. I will give it a try.