tcytra / enraiged-files
Enraiged Files provides file attachable services for Enraiged Laravel models.
0.4.0-beta.4
2026-02-13 21:32 UTC
Requires
- intervention/image: ^3.11
- laravel/framework: ^12.0
- spatie/laravel-image-optimizer: ^1.8
- tcytra/enraiged-core: ^0.4
- tcytra/enraiged-support: ^0.4
This package is auto-updated.
Last update: 2026-03-13 21:42:53 UTC
README
Enraiged Files provides file attachable services for Enraiged Laravel models.
Usage
Install the Enraiged Files package to your Laravel project using composer:
composer require tcytra/enraiged-files
Publish the Enraiged Files assets to the local project:
php artisan vendor:publish --tag=enraiged-files --ansi --force
Run the migration:
php artisan migrate
License
The Enraiged Support library is open-sourced software licensed under the MIT license.