Concrete5 5.7+ Package Controller Boilerplate Repo
Permalink 2 users found helpful
Since I just announced the Block Type boilerplate, I realized I never announced the package controller boilerplate.
On a google group discussion for conceretephp a few months ago, a discussion about best practices, etc was going on, and I decided to create a concept boilerplate package controller, which would have a ton of the standard useful methods already added for things like adding themes, page types, blocks, etc in a logical way. It was not (and is not) meant to be a final say, just a useful starting point and one example of code abstraction and organization. I've been adding to it slowly, but I figured since it wasn't well put out there, it may be wise to let the community see it and add to it or use it.
https://github.com/cryophallion/C5-BoilerplatePackageController...
Please let me know if there is anything you think should be added!
On a google group discussion for conceretephp a few months ago, a discussion about best practices, etc was going on, and I decided to create a concept boilerplate package controller, which would have a ton of the standard useful methods already added for things like adding themes, page types, blocks, etc in a logical way. It was not (and is not) meant to be a final say, just a useful starting point and one example of code abstraction and organization. I've been adding to it slowly, but I figured since it wasn't well put out there, it may be wise to let the community see it and add to it or use it.
https://github.com/cryophallion/C5-BoilerplatePackageController...
Please let me know if there is anything you think should be added!
Thank you for making this. Boilerplate starter code for packages using best practices is very useful.