php-pm: ppm config doesn't work as instructed
docker run -v pwd
:/var/www/ phppm/ppm config --bootstrap=laravel
https://i.imgur.com/DjYwghL.jpg
And then the second line doesn’t work, I guess because the config isn’t set with the first.
docker run -t --rm --name ppm -e PPM_STATIC=web/ -v pwd
:/var/www -p 8080:80 phppm/nginx
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 16 (6 by maintainers)
Which Laravel version? Is your application available on Github somewhere, so I can test it as well?