1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 18:04:03 +00:00

Update README.md

This commit is contained in:
Lars Klopstra 2021-11-12 15:34:51 +01:00 committed by GitHub
parent 72d148a072
commit f5820396f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,9 +107,9 @@ By default, no favicon links will be included. You can manually enable the exten
seo()->favicon('path/to/logo.png');
```
We'll generate a 32x32px `favicon.ico` & `favicon.png` icon. This should be sufficient for most cases.
We'll generate a 32x32px `public/favicon.ico` & `public/favicon.png` icon. This should be sufficient for most cases.
**Please keep in mind that you need to install the [imagick](https://pecl.php.net/package/imagick) php extension.**
**Please keep in mind that you need to install the [imagick](https://pecl.php.net/package/imagick) php extension and [intervention/image](http://image.intervention.io/) composer package.**
### Defaults