We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Recommended Updated Phalcon Boilerplate

Hi Everyone, Could you recommend a phalcon boilerplate

i did a search for boilerplates and it seems like most of it last-updated around 2years+ not sure if those are outdated.

Hoping to get started in Phalcon soon Cheers

edited Feb '17

You can use the devtools to generate project skeletons (micro, simple, modular):

https://github.com/phalcon/phalcon-devtools

Make sure you install the correct version

For serious business (projects), and once you acquire proper XP with PhalconPHP, you'll want to build your own bootstrap/boilerplate.

But for the start - devtools are enough to get you started.