1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

Update README.md

This commit is contained in:
Samuel Štancl 2021-05-24 11:02:56 +02:00 committed by GitHub
parent 6194f63eda
commit b5ae81716d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,9 +168,11 @@ The `flipp()` method also returns a signed URL to the image, which lets you use
## Customization ## Customization
This package is completely flexible, and can be customized either by having its views modified (to change the existing templates), or by you developing an extension (to add more templates).
### Views ### Views
You can publish views running `php artisan vendor:publish --tag=seo-views`. You can publish the Blade views by running `php artisan vendor:publish --tag=seo-views`.
### Extensions ### Extensions