nanobox lumen
1.0.0
在本地运行Lumen应用程序,除了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-server在Lumen.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
ls有关使用Nanobox运行Lumen应用程序的更多详细信息,请访问Guides.nanobox.io/php/lumen/