Skip to content

nanobox-quickstarts/nanobox-phalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phalcon from Scratch

Phalcon from Scratch

Run a Phalcon app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-phalcon.git

# cd into the phalcon app
cd nanobox-phalcon

Run the app

# 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

Check it out

Visit your app at phalcon.dev

Explore

With Nanobox, you don't have to have anything installed on your machine to run your app:

# drop into a Nanobox console
nanobox run

# php is installed,
php -v

# phalcon devtools are installed,
phalcon info

# and your code is mounted
ls

Now What?

For more details about running Phalcon apps with nanobox visit guides.nanobox.io/php/phalcon/