We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI, I have a little difficult... can you provide an example about generate 'related form' ? Thank's
The text was updated successfully, but these errors were encountered:
first we must create model schema in resources/model_schemas, and the json file must contents definition for generate related form, as example :
// Redeem.json ...... { "name": "prerequisites", "dbType": "table", "htmlType": "related-form,prerequisite_metric,prerequisite_value" }, ......
and then run artisan command :
php artisan generate:scaffold Redeem --fieldsFile=Redeem.json --relations
this command will generated controller, model, and other related class, and also generated related form in fields.blade.php
Sorry, something went wrong.
Thank you for reply, the solution you propose couses an error during migrate:
In Macroable.php line 96: Method table does not exist.
something wrong... do you have any suggestion?
No branches or pull requests
HI,
I have a little difficult...
can you provide an example about generate 'related form' ?
Thank's
The text was updated successfully, but these errors were encountered: