This bundle helps you to import data for your Symfony 4/5 application
$ composer require dmytrof/import-bundle
<?php
// config/bundles.php
return [
// ...
Dmytrof\ImportBundle\DmytrofImportBundle::class => ['all' => true],
];
How can I help you explore Laravel packages today?