Skip to content

CakeTrap is a HTML5 CakePHP 2.1.x Bootstrap !

Notifications You must be signed in to change notification settings

donfrancisco/cakeStrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CakeStrap v 0.1


CakeStrap is a simple HTML5 Ready Bootstrap for CakePHP Applications.

Video tutorial ( Portuguese )

[http://youtu.be/m4FtYIS3Rm8][] [http://youtu.be/m4FtYIS3Rm8]: http://youtu.be/m4FtYIS3Rm8

Features

Front-end
  1. Responsive Web Design
  2. HTML5 Boilerplate
  3. Modernizr
  4. Twitter Bootstrap
Back-end
  1. CakePHP 2.0.x Security Authentication
  2. Users CRUD

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,
role varchar(20) 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

CakeTrap is a HTML5 CakePHP 2.1.x Bootstrap !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published