dmytrof/models-management-bundle
This bundle helps you to manage your models and entities (from DB, 3rd-party API, etc.) for your Symfony 4/5 application
$ composer require dmytrof/models-management-bundle
<?php
// config/bundles.php
return [
// ...
Dmytrof\ModelsManagementBundle\DmytrofModelsManagementBundle::class => ['all' => true],
];
How can I help you explore Laravel packages today?