smorken / hybrid-file
Helper library for hybrid files
v10.2.0
2024-08-06 20:34 UTC
Requires
- php: ^8.1
- ext-fileinfo: *
- illuminate/events: ^10.0|^11.0
- illuminate/filesystem: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- smorken/domain: ^1.0
- smorken/model: ^10.0
- smorken/storage: ^10.0
Requires (Dev)
- fakerphp/faker: ^1.15.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.11.8
- phpunit/phpunit: ^10.0|^11.0
- smorken/docker: *
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
Requirements
- PHP 7.2+
- Composer
Use
The service provider should auto-register, if not
- add service provider to
config/app.php
'providers' => [
...
Smorken\HybridFile\ServiceProvider::class,