Skip to content

bielversallini/CRUD-Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-Bootstrap

A module for the Play! web framework providing a CRUD mechanism using Bootstrap.

Quick start

Clone the repo, git clone git://github.com/howtomaximize/crud-bootstrap.git, or download the latest release.

For add the module in your application:

  • applicantion.conf
module.crud-bootstrap=${application.path}/modules/crud-bootstrap

OR

  • dependencies.yml
require:
    - play
    - crud-bootstrap -> crud-bootstrap

repositories:
    - My modules:
        type:       local
        artifact:   ${application.path}/modules/crud-bootstrap
        contains:
            - crud-bootstrap

About

A module for the Play! web framework providing a CRUD mechanism using Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published