1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 18:04:03 +00:00
Commit graph

10 commits

Author SHA1 Message Date
4abf039df7 Drop Laravel 8-9, add Laravel 11 support 2024-03-12 13:03:17 +01:00
Dinh Quoc Han
0992083ee9
Add support Laravel 10.x & remove unused package (#26)
* feat: support Laravel 10.x & remove unneccessary package

* Update

* Update

* Update
2023-02-15 12:06:47 +01:00
Samuel Štancl
754b3936d0
OpenGraph improvements (#17)
* Allow setting tag('og:title', ...)

* og:type overriding

* Add type()
2022-03-30 18:01:21 +02:00
Abrar Ahmad
2480e532bf
Add support for Laravel 9. (#14) 2022-02-03 17:22:34 +01:00
Viktor Szépe
20f55c3342
Fix some PHPStan errors (#12)
* Fix some PHPStan errors

* Fix return type of SEOManager::meta

* Fix CS

* Update SEOManager.php

* Update helpers.php

* Update SEOManager.php
2021-11-16 11:46:04 +01:00
Lars Klopstra
5ca343a116
Add support for Favicons (#11)
* wip

* wip

* wip

* Update tests/Pest/FaviconTest.php

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update tests/Pest/FaviconTest.php

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update README.md

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2021-11-14 19:28:19 +01:00
Samuel Štancl
ecb6d1baa7
Fix provider autoregistration 2021-05-24 18:16:41 +02:00
Samuel Štancl
18b8101cd0 Remove psalm from CI 2021-05-24 11:04:17 +02:00
Samuel Štancl
b12c9ecb55 finished 2021-05-24 10:53:00 +02:00
Samuel Štancl
051a32575c Initial commit 2021-05-23 13:17:03 +02:00