mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Update README.md
This commit is contained in:
parent
72d148a072
commit
f5820396f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue