PHP code example of cxp / laravel-avatar
1. Go to this page and download the library: Download cxp/laravel-avatar library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
cxp / laravel-avatar example snippets
Cxp\Avatar\AvatarProvider::class,
'Avatar' => Cxp\Avatar\Facades\Avatar::class
// 第一个参数姓名,第二个参数图片生成位置
Avatar::output('赵','zhao.png')
bash
php artisan vendor:publish