smorken/hybrid-file

Helper library for hybrid files

v10.1.0 2024-04-17 14:49 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,