Open coding-sunshine opened 6 years ago
The code generator provide you a way to create the relation belongsToMany()
relation. However, it currently does not use attach()
and deattach()
methods to interact with the relations. I’ll add it to my lab list and see if it something we can make more robust.
thanks for the quick answer. :)
has there been any progress on this!
Any progress?
I have not had time to implement new features. If one have the time, please look at code that generate the controller and try to implement it. It should not be too bad to add. Either way, i’ll get to it when time permits
@CrestApps Hi again, and thank you for quick reply :) I am using this package as code-gen for my boilerplate - and so - ready to contribute this package a little bit. Looking forward for the next weekend to send pull-request.
Environment:
Description:
How can I generate pivot table? I want to generate questions table and quiz table and a pivot table between questions and quiz. Couldn't find anything on documentation though :(