Search by

smorken / hybrid-file

ss10sb

Helper library for hybrid files

v10.4.0 2026-05-08 16:20 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

Requirements

Use

The service provider should auto-register, if not

  • add service provider to config/app.php
'providers' => [
...
  Smorken\HybridFile\ServiceProvider::class,