Basic CakePHP Repository for testing/demonstrating CakePHP Plugins. Also, it goes to show how much code is already there to create full fledged production applications without doing everything from scratch. Allowing developers to concentrate on the business value features of their applications.
Imagine just including a Search or Users plugin to handle those features instead of writing all that code to do so.
Here are the list of plugins included so far
- CakePHP 2.0+
- PHP 5.3+
@todo: Installation instructions here.
Depending on how much configuration here, I will add some detailed documentation in the future.
Standard contribution
- Pull requests must be send to the
develop
branch. - Contributions must follow the CakePHP coding standard.
- Unit tests are required for features.
Copyright 2014 - 2016, Antonio Vassell
Licensed under The MIT License Redistributions of files must retain the above copyright notice.
All hugs and kisses for the wonderful developers of the CakePHP community and CakeDC