mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Fix sanitization issues when rendering Blade, add regression tests
This commit is contained in:
parent
567a7b09ef
commit
f6d85e3dfe
6 changed files with 104 additions and 10 deletions
|
|
@ -52,6 +52,7 @@ url(string $url)
|
|||
title(string $title)
|
||||
description(string $description)
|
||||
image(string $url)
|
||||
type(string $type)
|
||||
locale(string $locale)
|
||||
|
||||
twitterCreator(string $username)
|
||||
|
|
@ -266,7 +267,7 @@ The `previewify()` method also returns a signed URL to the image, which lets you
|
|||
|
||||
> **Note**
|
||||
> The `previewify:` prefix will be automatically prepended to all provided data keys.
|
||||
|
||||
|
||||
## Examples
|
||||
|
||||
### Service Provider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue