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-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สำหรับรายละเอียดเพิ่มเติมเกี่ยวกับการเรียกใช้แอพ Lumen กับ Nanobox เยี่ยมชม Guide.nanobox.io/php/lumen/