This is a simple, skeleton application using the Phalcon2. This application is meant to be used as a starting place. Its built on top of https://github.com/mamuz/phalcon-application which simplifies the bootstrap.
Phalcon2 is needed, follow install steps at https://github.com/phalcon/cphalcon
The easiest way to create a new project is to use Composer.
composer create-project -n -sdev mamuz/phalcon-skeleton path/to/installYou can change the used namespace PhalconSkeleton to your prefered one.
sh ./scripts/rename-namespace.shAfter changing namespace you have to update composer lock file and the autoloader classmap
composer update --lockYou should also remove the config cache file inside ./data/cache.
Check https://docs.phalconphp.com/en/latest/reference/install.html#installation-notes