smorken/hybrid-file

Helper library for hybrid files

Maintainers

Package info

bitbucket.org/scott_morken/laravel-hybrid-file

pkg:composer/smorken/hybrid-file

Statistics

Installs: 462

Dependents: 0

Suggesters: 0

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,