Good morning, I have in my application 10 different tables, but it has the same structure ... id
| nome
| descricao
. For each table I have in laravel the Model
, the Controller
and the Views
of cadastre, listing and edition. I would like to know if you have some way to use the same Model
, Controller
and View
to manage all this, or if you can minimize it in some way, since it has many similar files and I do not think this is really necessary , I just lack knowledge.