nanobox lumen
1.0.0
Führen Sie eine Lumen -App lokal aus und installieren Sie nichts anderes als 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-serverBesuchen Sie Ihre App bei lumen.dev
Mit Nanobox müssen Sie nichts auf Ihrem Computer installieren lassen, um Ihre App auszuführen:
# drop into a Nanobox console
nanobox run
# where lumen is installed,
php -v
# your packages are available,
composer show
# and your code is mounted
lsWeitere Informationen zum Ausführen von Lumen -Apps mit Nanobox finden Sie unter leitungen.nanobox.io/php/lumen/