1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00
This commit is contained in:
Lars Klopstra 2021-11-11 20:58:38 +01:00
parent 789e3688a0
commit 45fc1694de

View file

@ -99,6 +99,18 @@ When a value is set specifically for Twitter, it will be prioritized over the ge
seo()->twitterTitle('About us')
```
### Favicons
By default, no favicon links will be included. You can manually enable the extension by calling:
```php
seo()->favicon('path/to/logo.png');
```
We'll generate a 32x32px `favicon.ico` & `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.**
### Defaults
To configure default values, call the methods with the `default` argument: