Skip to content

zhaff/Twitter-bootstrap-for-CakePHP-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bootstrap for CakePHP applications (CakeStrap v 0.1 and Bootstrap helper combined)

More info here: http://seventhcodes.com/cakephp/twitter-bootstrap/


CakeStrap is a simple HTML5 Ready Bootstrap for CakePHP Applications.

Features

Front-end
  1. Responsive Web Design
  2. HTML5 Boilerplate
  3. RequireJS
  4. Modernizr
  5. Twitter Bootstrap
Back-end
  1. CakePHP 2.0.x Security Authentication
  2. Simple users register

Quick start

  • Create a table named users in your database with the following structure:
CREATE TABLE users (
id int(11) NOT NULL AUTO_INCREMENT,
username varchar(255) NOT NULL,
password varchar(255) NOT NULL,
name varchar(255) NOT NULL,
created datetime NOT NULL,
modified datetime NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
  • Open the file app/Config/database.php and change the database information
  • Change the permissions of the folder app/tmp to 777 ( and all the folders inside of it )

Questions / Bugs

Have a question or found a bug? Please create an issue [here][] on GitHub! [here]: https://github.com/hugodias/cakestrap/issues

About

CakeStrap and Twitter bootstrap helper combined

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published