-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Not installable using composer anymore? #294
Comments
What happens if you remove Bootstrap5 extension from composer.json? |
Without Bootstrap5 this is the new
But these errors remain:
|
If I remove the
then it works. But I need the |
Next error:
|
What happens if you change version of mailer from |
Can you check if Gii module is defined in the console config? |
|
I'm using https://github.com/yiisoft/yii2-app-basic out of the box - Nothing modified in configs. Do I have to modify config settings? |
I thought this was problem only in docker which is not set in my machine. I will install it from Basic and check it out. Sorry for what you are facing. It should just work |
Hi, when completed then run Then let me know if you get everything successful! |
Thx, seems to work. I didn't know that I've to run I assumed apidoc can be called using |
apidoc installs a command-line tool for doing the tasks |
I will leave this open until doc is updated |
The issue comes with bootstrap5. Removed it from the requires section, apidoc can be installed. This package has the dependency to |
What steps will reproduce the problem?
In my Docker container (
php:8.2-bullseye
) I useyii2-app-basic
:Then add
https://github.com/yiisoft/yii2-app-basic
torequire
section:Then start composer to resolve dependencies:
What's expected?
This should work now:
What do you get instead?
Is there something missing in the installations section of
yii2-apidoc
?The text was updated successfully, but these errors were encountered: