-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with install on laravel 8 #796
Comments
same |
me too |
Lol actually there is https://github.com/knuckleswtf/scribe for laravel 8 |
Thanks for this. This is what I used :-) |
Please make it compatible as soon as posible~~thank you |
🙁 @mpociot |
@mpociot
|
@mpociot :-( |
Problem 1 |
+1 - Does anyone recommend a fork that is updated? |
Here's a temporary solution to continue using this package. 😁
|
thanks this worked for me |
For those also landing here, |
Problem 1 |
|
This also worked for me, thanks. |
This would work for me, if it weren't for |
@kasperhartwich I'm using |
I removed |
bump |
2 similar comments
bump |
bump |
This worked for me thanks |
add this in composer.json file and run composer install. "mpociot/documentarian": "dev-master as 0.4.0", |
www-data@f00346702ac4:~/crmv2$ composer require --dev mpociot/laravel-apidoc-generator
Using version ^4.8 for mpociot/laravel-apidoc-generator
./composer.json has been updated
Running composer update mpociot/laravel-apidoc-generator
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- mpociot/laravel-apidoc-generator v4.x-dev requires ramsey/uuid ^3.8 -> found ramsey/uuid[3.8.0, ..., 3.x-dev] but the package is fixed to 4.1.1 (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.
- mpociot/laravel-apidoc-generator[4.8.0, ..., 4.8.2] require illuminate/console ^5.7|^6.0|^7.0 -> found illuminate/console[v5.7.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but it conflicts with another require.
- Root composer.json requires mpociot/laravel-apidoc-generator ^4.8 -> satisfiable by mpociot/laravel-apidoc-generator[4.8.0, 4.8.1, 4.8.2, v4.x-dev].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered: