Skip to content

根据第一个字符或者汉字生成头像的laravel扩展包

Notifications You must be signed in to change notification settings

Aaron-wlh/laravel-avatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

laravel-avatar

根据第一个字符或者汉字生成头像的laravel扩展包

基本使用

  1. 先发布配置文件在config目录下面
php artisan vendor:publish
  1. app.php 添加 providers
Cxp\Avatar\AvatarProvider::class,
  1. app.php 添加 aliases
'Avatar' => Cxp\Avatar\Facades\Avatar::class

4 开始使用

// 第一个参数姓名,第二个参数图片生成位置
Avatar::output('','zhao.png')

About

根据第一个字符或者汉字生成头像的laravel扩展包

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages