Skip to content
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

A bunch off issues when trying to run "composer create-project laravel/laravel ." #4

Open
qlikviewsense opened this issue Apr 9, 2019 · 0 comments

Comments

@qlikviewsense
Copy link

qlikviewsense commented Apr 9, 2019

When you enter the container by typing docker-compose exec --user=laradock workspace bash, you start getting a bunch of permission issues with laradock user ( you can't use composer with root , that's ok) trying to run composer create-project laravel/laravel .

You're supposed to change www folder ownership to laradock with chown otherwise it won't even start installing,

Only then , you can run composer create-project laravel/laravel . and it runs smooth.

The command composer require crocodicstudio/crudbooster also raises a long list of compatibility issues that it's not able to fix by itself

Installation failed, reverting ./composer.json to its original content.

If you run composer diagnose you are tempted to run auto-healing commands like composer self-update but, again, laradock user is not allowed to.

Exit the container, enter as root, run composer self-update ,exit and enter again as laradock but again, this won't fix the issue.

Can you please help us identifying the missing / execeding requirement/s in composer.json?

Also running composer require with --ignore-platform-reqs won't fix the issue.

Thank you for this astonishing project, i'm trying a porting from a WAMP to a Linux containerized solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant