mirror of
https://github.com/archtechx/laravel-seo.git
synced 2026-02-05 06:24:03 +00:00
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>
This commit is contained in:
parent
1b2bfb2945
commit
5ca343a116
6 changed files with 66 additions and 1 deletions
|
|
@ -31,7 +31,8 @@
|
|||
"orchestra/testbench": "^6.9",
|
||||
"nunomaduro/larastan": "^0.6.10",
|
||||
"pestphp/pest": "^1.2",
|
||||
"pestphp/pest-plugin-laravel": "^1.0"
|
||||
"pestphp/pest-plugin-laravel": "^1.0",
|
||||
"intervention/image": "^2.7"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue