CakeStrap v 0.7.1
CakeStrap is a bootstrap for CakePHP - HTML5 CakePHP2.x Bootstrap3.0!
Video tutorial ( Portuguese )
[http://youtu.be/m4FtYIS3Rm8][] [http://youtu.be/m4FtYIS3Rm8]: http://youtu.be/m4FtYIS3Rm8
Features
Front-end
- Responsive Web Design
- jQuery 1.10.2 Stable (NEW)
- Modernizr
- Twitter Bootstrap v3.0.0 (NEW)
- Multi-Language ( English and Portuguese )
Back-end
- CakePHP 2.4.1 Security Authentication (NEW)
- Users CRUD
- Remember password with email send
- Automatic inclusion of javascript and css files depending of the current controller and action ( Tutorial below )
Modules
Quick start
- Download or clone this repository
- Extract the cakeStrap folder in your web server
- Go to http://localhost/cakeStrap and follow the instructions
Manually Installation
- Rename the
app/Config/config.php.install
file toapp/Config/config.php
and still in this file change the $config['Application']['status'] to true - Rename the
app/Config/database.php.default
file toapp/Config/database.php
and configure your database credentials - Create the users table in your database with this Schema: https://github.com/hugodias/cakeStrap/blob/master/app/Config/Schema/schema.php
Automatic inclusion of JS and CSS
CakeStrap has a JS and CSS folder structure allowing to automatic load files for each action of each controller. For example, if you have this JS structure folder:
/js /pages /home.js
This script will be automatic loaded when the user is in controller pages
and in action home
The same structure exists for CSS
files.
Internationalization
Currently cakeStrap supports two languages, English and Portuguese. To enable the Portuguese language as the main just add the following line in your app/Controllers/AppController.php
at beforeFilter
action:
Configure::write('Config.language', 'por');
Deploy
Lee Graham created a easy way do deploy CakeStrap to OpenShift, check it out: cakeStrap Openshift
Questions / Bugs
Have a question or found a bug? Please create an issue [here][] on GitHub! [here]: https://github.com/hugodias/cakestrap/issues