tcytra / enraiged-files
Enraiged Files provides file attachable services for Enraiged Laravel models.
0.4.0
2026-05-01 07:55 UTC
Requires
- intervention/image: ^4.0
- laravel/framework: ^12.0||^13.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-05-01 07:57:48 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.