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-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を使用したルーメンアプリの実行の詳細については、guides.nanobox.io/php/lumen/をご覧ください