boing6002 / avatarmanager
User Avatar manager dependency for Laravel Enso
2.3.9
2019-01-24 11:54 UTC
Requires
- php: >=7.1.0
- laravel-enso/core: 3.6.*
- laravel-enso/filemanager: 2.5.*
- laravel-enso/imagetransformer: 1.4.*
- laravel-enso/structuremanager: 2.5.*
- laravolt/avatar: 2.0.*
This package is auto-updated.
Last update: 2026-05-25 11:31:16 UTC
README
User Avatar manager dependency for Laravel Enso.
click on the photo to view a short demo in compatible browsers
Features
- comes with a table migration, in order to be able to store avatar related data
- includes model, routes & controllers
- creates a folder used to store the avatar files and a default avatar for users that do not have an avatar set
- uses the File Manager package for uploading the avatar files
- uses the Image Transformer package for cropping and optimizing the avatar files
- uses the Laravolt Avatar for generating avatars from user names
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.