smorken / hybrid-file
Helper library for hybrid files
    v10.3.0
    2025-04-30 16:47 UTC
Requires
- php: ^8.1
 - ext-fileinfo: *
 - illuminate/events: ^10.0|^11.0|^12.0
 - illuminate/filesystem: ^10.0|^11.0|^12.0
 - illuminate/support: ^10.0|^11.0|^12.0
 - smorken/domain: ^1.0
 - smorken/model: ^10.0
 
Requires (Dev)
- fakerphp/faker: ^1.15.0
 - mockery/mockery: ^1.0
 - phpstan/phpstan: ^1.11.8|^2.1.13
 - 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,