A ready-to-use web installation based on CodeIgniter, including an auth module, a CRUDL system, an html5 layout.
Features:
-
Unzip the package and upload all files and folders to your server, or if you are using Composer you can launch:
$ composer create-project groucho75/ci_html5_auth_crud my_project -s dev
-
Create a database and set connection settings in
application/config/database.php
-
Create and populate standard database tables using sql scripts inside
application/sql
, usually:ci.sql
,ion_auth.sql
,crud.sql
-
Edit minimal configurations in main
index.php
(more configs inapplication/config
folder) -
Visit the home and enjoy it
-
To enter the reserved area login as:
[email protected]
/password
-
You can add packages loaded via Composer: here is a wiki page.
- Use Bootstrap 3 theme in Grocery CRUD.
If you like my hard work, of course you can donate some money to me.
And don't forget to donate something also to the authors of original libraries (see above for repo and links).