docker-nginx-php-mysql icon indicating copy to clipboard operation
docker-nginx-php-mysql copied to clipboard

Laravel dev environment

Open victorvfx opened this issue 7 years ago • 2 comments

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.

  1. github clone https://github.com/laravel/laravel.git to /web/app and /web/public directory.

  2. 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 ./"

image

This seems to install the laravel package via composer but doesn't shows up in the /web directory.

victorvfx avatar Sep 10 '18 21:09 victorvfx

same problem here, nothing shown in directory after installation..

owen800q avatar Nov 07 '18 09:11 owen800q

@victorvfx, @owen800q I had similar issues, I ended up creating a branch off of this the pull request can be found here: https://github.com/nanoninja/docker-nginx-php-mysql/pull/27

Rihoj avatar Nov 08 '18 04:11 Rihoj