tcytra / enraiged-avatars
Enraiged Avatars provides avatarable services for Enraiged Laravel models.
0.4.0-beta.3
2026-02-13 21:28 UTC
Requires
- laravel/framework: ^12.0
- tcytra/enraiged-core: ^0.4
- tcytra/enraiged-files: ^0.4
- tcytra/enraiged-support: ^0.4
This package is auto-updated.
Last update: 2026-03-13 21:40:29 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.