Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

A custom starter boilerplate with php7, phalcon framework and live reload

License

Notifications You must be signed in to change notification settings

alecksmart/phalcon-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phalcon-starter-kit

A custom starter boilerplate with php7, phalcon framework and live reload

Pre-requisites

  • npm
  • composer
  • phalcon extension running under php7

Install

# 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

Notes

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.