nanobox phalcon
1.0.0
قم بتشغيل تطبيق Phalcon محليًا ، ولم يثبت أي شيء إلى جانب Nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-phalcon.git
# cd into the phalcon app
cd nanobox-phalcon # Add a convenient way to access your app from the browser
nanobox dns add local phalcon.dev
# Start nanobox and the php server
nanobox run php-serverقم بزيارة تطبيقك في Phalcon.dev
مع nanobox ، ليس عليك أن يكون لديك أي شيء مثبت على جهازك لتشغيل تطبيقك:
# drop into a Nanobox console
nanobox run
# php is installed,
php -v
# phalcon devtools are installed,
phalcon info
# and your code is mounted
lsلمزيد من التفاصيل حول تشغيل تطبيقات phalcon مع nanobox قم بزيارة الأدلة. nanobox.io/php/phalcon/