mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
wip
This commit is contained in:
parent
789e3688a0
commit
45fc1694de
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -99,6 +99,18 @@ When a value is set specifically for Twitter, it will be prioritized over the ge
|
||||||
seo()->twitterTitle('About us')
|
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
|
### Defaults
|
||||||
|
|
||||||
To configure default values, call the methods with the `default` argument:
|
To configure default values, call the methods with the `default` argument:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue