Hi there,
I added a new table to my database. Now I’m trying to add data into that table through my extension’s admin setting page.
After looking through the code from several other extensions I got a bit confused. There are so many files that need to be added/altered… so I kinda lost track. (This is my first time working with an ORM like Eloquent)
Model, Serializer, Controllers, Listeners, Relationships…
Could someone explain to me, how it works? Which classes and functionality do I need to implement?
(If you could point me into the right directions or if you know a good tutorial or simple example project, that would be appreciated too! ? )
(Also: sorry for my english ? )