nanobox lumen
1.0.0
루멘 앱을 로컬로 실행하고 Nanobox 외에는 아무것도 설치하지 않습니다.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-lumen.git
# cd into the lumen app
cd nanobox-lumen # Add a convenient way to access your app from the browser
nanobox dns add local lumen.dev
# Run lumen as you would normally, with Nanobox
nanobox run php-serverLumen.dev에서 앱을 방문하십시오
Nanobox를 사용하면 앱을 실행하기 위해 컴퓨터에 설치할 필요가 없습니다.
# drop into a Nanobox console
nanobox run
# where lumen is installed,
php -v
# your packages are available,
composer show
# and your code is mounted
lsNanobox를 사용하여 Lumen 앱 실행에 대한 자세한 내용은 가이드를 방문하십시오 .nanobox.io/php/lumen/