laravel-gravatar icon indicating copy to clipboard operation
laravel-gravatar copied to clipboard

Support for Laravel 8?

Open ap-coder opened this issue 5 years ago • 2 comments

Please update the support to the new laravel version.

ap-coder avatar Oct 05 '20 18:10 ap-coder

See https://github.com/thomaswelton/laravel-gravatar/pull/35

sebastienheyd avatar Oct 06 '20 11:10 sebastienheyd

Thanks, i updated but there are still some issues. when i run php artisan vendor:publish --provider="Thomaswelton\LaravelGravatar\LaravelGravatarServiceProvider" to publish the config file it does not work. also when i manually add it the site errors out saying there is not default set. So i assume it also does not read the config file.

InvalidArgumentException
The default image specified is not a recognized gravatar "default" and is not a valid URL 

ap-coder avatar Nov 24 '20 17:11 ap-coder