-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Failed opening required '/var/www/bootstrap/../vendor/autoload.php' #119
Comments
I have same problem with create-project, it's shouting about stability stable. Using @bugcy013 after cloning repo You should run |
|
But in your server you're missing ext-dom. php7.1-xml has all the related packages you need. So, you can simply install it by running: sudo apt-get update sudo apt-get install php-mbstring composer update |
I have this issue as well. For the meantime, I am doing:
and all seems to be going well (download and installing packages currently). I will update with more info later. I first tried to adjust the
but this failed for each stability option. |
Hi Guys,
When we try to install with docker. I am getting this exception. please guide me. How to fix this
steps to reproduce
The text was updated successfully, but these errors were encountered: