Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suissa/caketrap
CakePHP HTML5 Bootstrap
https://github.com/suissa/caketrap
Last synced: 8 days ago
JSON representation
CakePHP HTML5 Bootstrap
- Host: GitHub
- URL: https://github.com/suissa/caketrap
- Owner: suissa
- Created: 2012-03-22T03:25:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T02:13:13.000Z (over 12 years ago)
- Last Synced: 2024-04-10T21:19:06.263Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CakeTrap v 0.1
---
Caketrap is a simple HTML5 Ready Bootstrap for CakePHP Applications.### Features
##### Front-end1. HTML5 Boilerplate
2. RequireJS
3. Modernizr
4. 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
## Questions / Bugs
Have a question or found a bug? Please create an issue [here][] on GitHub!
[here]: https://github.com/hugodias/caketrap/issues