laravel one to many relation model use Laravel-form-builder example please
https://kristijanhusak.github.io/laravel-form-builder/
I have below one to many relation model
car_type model (one)
'id',
'name'
cars model (many)
'id',
'car_type_id',
'name'
I have already read https://kristijanhusak.github.io/laravel-form-builder/field/collection.html but i do not understand, Who can give me an full example?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire