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

71 commits

Author SHA1 Message Date
Ben Bjurstrom
76d0f9efac
Use a scoped singleton to support Laravel Octane (#36) 2024-05-04 00:09:30 +02:00
686d0cb353 fix __set() return type 2024-03-12 13:10:41 +01:00
e595c73cc3 add setup-php to all CI jobs 2024-03-12 13:08:40 +01:00
03cd4b0f8e add setup-php to ci.yml 2024-03-12 13:06:42 +01:00
4abf039df7 Drop Laravel 8-9, add Laravel 11 support 2024-03-12 13:03:17 +01:00
Samuel Štancl
6d6903ad62 ignore phpstan error for e() helper 2023-05-31 19:02:49 +02:00
Samuel Štancl
f6d85e3dfe Fix sanitization issues when rendering Blade, add regression tests 2023-05-31 18:56:33 +02:00
Ngô Quốc Đạt
567a7b09ef
Add support keywords meta tag (#29)
* Add support 'keywords' meta tag

* update

* update
2023-04-24 05:18:46 +02:00
Sven
3a17c8ee11
Adds support for og:locale (#28) 2023-03-03 14:19:18 +01:00
Sven
169600dc2d
Add missing @ to username (#27)
Output:
```
<meta name="twitter:site" content="@archtechx" />
```
2023-03-02 14:04:18 +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
Tobias Petry
a737879baf
Add previewify prefix (#24)
* add required previewify prefix

* Fix code style (php-cs-fixer)

* only add prefix when not already available

* Fix code style (php-cs-fixer)

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
2022-07-05 20:19:46 +02:00
Tobias Petry
cf8ec8d3ae
Add Previewify image provider (#20)
* Add previewify image provider

* feat: support for setting image with the @seo blade tag (resolves #22)
2022-06-11 20:17:48 +02:00
Tobias Petry
9ce6843879
Add twitter:creator meta tag (#21) 2022-06-11 13:26:19 +02: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
7b24a50bd6
Refactor to command (#13)
* wip

* wip

* wip
2021-11-15 18:07:09 +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
1b2bfb2945
Merge pull request #7 from szepeviktor/patch-1
Make seo function straight-forward
2021-11-12 15:14:52 +01:00
Viktor Szépe
cc285e856c
Make seo function straight-forward 2021-09-30 21:09:25 +02:00
Samuel Štancl
157318e61b Merge branch 'master' of github.com:archtechx/laravel-seo 2021-05-28 17:12:18 +02:00
Samuel Štancl
5415e86927 Fix raw tag overriding 2021-05-28 17:12:08 +02:00
Samuel Štancl
81d0a129f4
Merge pull request #5 from heychazza/master
Updated PHP doc blocks to aid IDEs when using named arguments.
2021-05-28 16:18:17 +02:00
Charlie J
b4ef3dacd2
Fixed twitter $bool with invalid code 2021-05-27 21:32:59 +01:00
Charlie J
4b9b6e7eea
Add handling for other magic methods 2021-05-27 21:29:31 +01:00
Charlie J
9087c1dbc6
Add extra information to docblocks
Prevents PHPStorm complaining.
2021-05-27 21:16:33 +01:00
Samuel Štancl
125a94d727
Merge pull request #4 from Larsklopstra/patch-1
Add regular description
2021-05-27 15:46:05 +02:00
Samuel Štancl
6c2cd50cbf
reorg 2021-05-27 15:45:58 +02:00
Lars Klopstra
d5f1334751
Update meta.blade.php 2021-05-27 14:11:05 +02:00
Lars Klopstra
103e49bc3f
Update meta.blade.php 2021-05-27 11:26:49 +02:00
Samuel Štancl
713e574790 Merge branch 'master' of github.com:archtechx/laravel-seo 2021-05-26 21:18:24 +02:00
Samuel Štancl
5729da6e6d Support keys for rawTag() 2021-05-26 21:17:58 +02:00
Samuel Štancl
bd4a67a1ac
better writing 2021-05-26 13:21:18 +02:00
PHP CS Fixer
0ebc50cad9 Fix code style (php-cs-fixer) 2021-05-26 11:18:40 +00:00
Samuel Štancl
db7269ff28 Canonical URLs, fix #1 2021-05-26 13:18:13 +02:00
Samuel Štancl
6df030c28d Merge branch 'master' of github.com:archtechx/laravel-seo 2021-05-26 13:05:30 +02:00
Samuel Štancl
4f9a014c07 Fix tests 2021-05-26 13:05:27 +02:00
Samuel Štancl
00c74dd8d6
Support adding custom tags 2021-05-26 13:04:08 +02:00
Samuel Štancl
007a555d57 Support extra tags 2021-05-26 13:02:20 +02:00
Samuel Štancl
21452f538b phpstan fixes 2021-05-24 19:51:39 +02:00
Samuel Štancl
974f063a6a Merge branch 'master' of github.com:archtechx/laravel-seo 2021-05-24 19:24:29 +02:00
Samuel Štancl
ab1e01b066 Make flipp use raw values 2021-05-24 19:24:22 +02:00
Samuel Štancl
d6fb3d367c
syntax 2021-05-24 19:16:27 +02:00
Samuel Štancl
00197938d0
move sections 2021-05-24 19:16:02 +02:00
Samuel Štancl
c7ac9a4d33
more examples 2021-05-24 19:15:16 +02:00
Samuel Štancl
9cebfec4c8 Fetch the template from the alias before generating the signature 2021-05-24 18:46:25 +02:00
Samuel Štancl
56fc6f4b49 Fix flipp alias logic 2021-05-24 18:41:03 +02:00
Samuel Štancl
8b6e049830 Make default & modifier setters chainable 2021-05-24 18:29:07 +02:00
Samuel Štancl
5732fc8a57 Twitter user -> Twitter site 2021-05-24 18:26:08 +02:00