2017 © Pedro Peláez
 

library ci_html5_auth_crud

A ready-to-use web installation based on CodeIgniter, including an auth module, a CRUDL system, an html5 layout.

image

groucho75/ci_html5_auth_crud

A ready-to-use web installation based on CodeIgniter, including an auth module, a CRUDL system, an html5 layout.

  • Wednesday, December 3, 2014
  • by groucho75
  • Repository
  • 1 Watchers
  • 2 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ci_html5_auth_crud

A ready-to-use web installation based on CodeIgniter, including an auth module, a CRUDL system, an html5 layout., (*1)

Features:, (*2)


Installation

  1. Unzip the package and upload all files and folders to your server, or if you are using Composer you can launch:, (*3)

    $ composer create-project groucho75/ci_html5_auth_crud my_project -s dev
    
  2. Create a database and set connection settings in application/config/database.php, (*4)

  3. Create and populate standard database tables using sql scripts inside application/sql, usually: ci.sql, ion_auth.sql, crud.sql, (*5)

  4. Edit minimal configurations in main index.php (more configs in application/config folder), (*6)

  5. Visit the home and enjoy it, (*7)

  6. To enter the reserved area login as: admin@admin.com / password, (*8)

  7. You can add packages loaded via Composer: here is a wiki page., (*9)


TODO

  • Use Bootstrap 3 theme in Grocery CRUD.

Donations are welcome

If you like my hard work, of course you can donate some money to me., (*10)

And don't forget to donate something also to the authors of original libraries (see above for repo and links)., (*11)

The Versions

03/12 2014

dev-master

9999999-dev https://github.com/groucho75/ci_html5_auth_crud

A ready-to-use web installation based on CodeIgniter, including an auth module, a CRUDL system, an html5 layout.

  Sources   Download

MIT

The Requires

  • php >=5.1.6

 

framework php crud codeigniter html5