A custom starter boilerplate with php7, phalcon framework and live reload
- npm
- composer
- phalcon extension running under php7
# preapre all
$ npm install
$ composer install
$ ln -s 'PATH/TO/vendor/bin/phalcon.php' 'bin/phalcon'
# check with:
$ bin/phalcon commands
# build application with devtools
$ cd dev
$ ../bin/phalcon project main
# start environment
$ npm start
To tesl live reload, edit, for instance, dev/app/views/index/index.volt and save it. See the browser reloading.
Tested on Linux only. Seems to be well-compliant with xdebug. For custom configuration, check file package.json.