Cannot install laravel-sitemap #400
-
Hello all developers, I would like to install sitemap to laravel before uploading to hosting but I got the problems that could not be resolved. Could anyone help me? Terminal Result
This is all the problem |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 17 replies
-
Hey, @teobatman00 The See more here: |
Beta Was this translation helpful? Give feedback.
-
I'm having the same problem and I have PHP 8 installed (I'm actually using it)
|
Beta Was this translation helpful? Give feedback.
-
cc @freekmurze @ousid the answer that php8 is required was accepted but I can see that we are both using PHP 8.
|
Beta Was this translation helpful? Give feedback.
-
It seems to me like the crawler package is the problem here. It requires cc @freekmurze |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use laravel-sitemap without crawler using only manual "filling" with models using Sitemapable Interface? I also have the crawler-dependency issue having php8. I indeed want only model-filling at this point, but spatie/crawler is mandatory requirement. |
Beta Was this translation helpful? Give feedback.
-
Any updates on it? |
Beta Was this translation helpful? Give feedback.
-
Still cant install this package:
|
Beta Was this translation helpful? Give feedback.
-
do we have any solution for this issue? |
Beta Was this translation helpful? Give feedback.
-
Delete composer.lock and try again. |
Beta Was this translation helpful? Give feedback.
-
@amilmdr your answer worked for me. Thanks man |
Beta Was this translation helpful? Give feedback.
Hey, @teobatman00
The
laravel-sitemap
requiresphp8
installed on your systemSee more here:
https://github.com/spatie/laravel-sitemap/blob/master/CHANGELOG.md#600---2021-03-12