Lavatar icon indicating copy to clipboard operation
Lavatar copied to clipboard

Não funciona no Laravel 5.5

Open eumanito opened this issue 7 years ago • 0 comments

Fiz a instalação mas não consigo publicar as configurações:

php artisan vendor:publish vinicius73/lavatar

Retorna o erro:

[Symfony\Component\Console\Exception\RuntimeException]
Too many arguments, expected arguments "command".

Também tentei usar assim mesmo:

Lavatar::Facebook('FacebookUserName')->getUrl();

Retorna o erro:

Call to undefined method Vinicius73\Lavatar\Lavatar::Facebook()

eumanito avatar Nov 18 '17 12:11 eumanito