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لمزيد من التفاصيل حول تشغيل تطبيقات Lumen مع Nanobox قم بزيارة الأدلة. nanobox.io/php/lumen/