smorken / import
Import helper for PHP 8/Laravel
v10.1.2
2024-07-01 17:38 UTC
Requires
- php: ^8.1
- illuminate/notifications: ^9.0|^10.0|^11.0
- illuminate/support: ^9.0|^10.0|^11.0
- smorken/model: ^10.0
- smorken/storage: ^10.0
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^10.0|^11.0
- smorken/docker: *
This package is auto-updated.
Last update: 2026-05-29 01:29:19 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.