This crawler does it only work on laravel? #433
thiagovieiradev
started this conversation in
General
Replies: 2 comments 1 reply
-
This package is not framework specific. |
Beta Was this translation helpful? Give feedback.
1 reply
-
What you need to do is install the dependecies, those illuminate packages are not laravel specific |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does it work in other PHP frameworks or only in laravel?
I tried to install by composer but this error appeared:
`Your requirements could not be resolved to an installable set of packages.
Problem 1
- spatie/crawler[6.0.0, ..., 6.0.2] require illuminate/collections ^8.17 -> satisfiable by illuminate/collections[v8.17.0, ..., v8.83.25].
- illuminate/collections[v8.17.0, ..., v8.83.25] require illuminate/contracts ^8.0 -> satisfiable by illuminate/contracts[v8.0.0, ..., v8.83.25].
- illuminate/contracts[v8.0.0, ..., v8.83.25] require psr/container ^1.0 -> found psr/container[1.0.0, 1.1.0, 1.1.1, 1.1.2] but the package is fixed to 2.0.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires spatie/crawler ^6.0 -> satisfiable by spatie/crawler[6.0.0, 6.0.1, 6.0.2].`
What i need to do? I'm using codeigniter framework.
Beta Was this translation helpful? Give feedback.
All reactions