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 guides.nanobox.io/php/lumen/