tcytra / enraiged-avatars
Enraiged Avatars provides avatarable services for Enraiged Laravel models.
0.4.0-rc.1
2026-04-17 20:20 UTC
Requires
- laravel/framework: ^12.0||^13.0
- tcytra/enraiged-core: ^0.4
- tcytra/enraiged-files: ^0.4
- tcytra/enraiged-support: ^0.4
This package is auto-updated.
Last update: 2026-04-17 20:21:57 UTC
README
Enraiged Avatars provides avatarable services for Enraiged Laravel models.
Usage
Install the Enraiged Avatars package to your Laravel project using composer:
composer require tcytra/enraiged-avatars
Publish the Enraiged Avatars assets to the local project:
php artisan vendor:publish --tag=enraiged-avatars --ansi --force
Run the database migrations:
php artisan migrate
License
The Enraiged Support library is open-sourced software licensed under the MIT license.