You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried installing via composer to /web with this command in cmder "docker run --rm -v $(pwd)/web:/web composer create-project --prefer-dist laravel/laravel ./"
This seems to install the laravel package via composer but doesn't shows up in the /web directory.
The text was updated successfully, but these errors were encountered:
I have been trying to get laravel working with this docker stack for past few days but nothing seems to working.
Things i've already tried.
github clone https://github.com/laravel/laravel.git to /web/app and /web/public directory.
Tried installing via composer to /web with this command in cmder
"docker run --rm -v $(pwd)/web:/web composer create-project --prefer-dist laravel/laravel ./"
This seems to install the laravel package via composer but doesn't shows up in the /web directory.
The text was updated successfully, but these errors were encountered: