smorken/hybrid-file

Helper library for hybrid files

Installs: 380

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/smorken/hybrid-file

v10.3.0 2025-04-30 16:47 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,