smorken/import

Import helper for PHP 8/Laravel

v10.1.0 2024-04-17 14:47 UTC

README

License

This software is open-sourced software licensed under the MIT license

The Laravel framework is open-sourced software licensed under the MIT license

Installation

The service provider should automatically register itself under Laravel. If not, you can manually add Smorken\Import\ServiceProvider::class to the providers section of config/app.php.

Create an ImportServiceProvider. It will need to bind Smorken\Import\Contracts\Importers to Smorken\Import\Importers with the array of data providers.