1
0
Fork 0
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:
Samuel Štancl 2021-05-24 11:44:50 +02:00 committed by GitHub
parent e2309562a6
commit ebdc1069d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,6 +210,8 @@ seo()->extension('facebook', false);
### Controller ### Controller
This example configures SEO metadata from a controller.
```php ```php
public function show(Post $post) public function show(Post $post)
{ {