Skip to content

Simple registration app using CodeIgniter 3 and Material Design Bootstrap 4

License

Notifications You must be signed in to change notification settings

iresci23/ci-bootstrap-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Demo in Heroku

Requirements

Installation

  1. Download/clone this repo

  2. Run composer to install dependencies

$ composer install
  1. Import database file
application/sql/ion_auth.sql
  1. Adjust your settings
  • DB: application/config/database.php
  • Config: application/config/config.php if you wish to change the base_url
  • Set your app environment at public/index.php
define('ENVIRONMENT', 'development'); 
  1. Test login:
u: admin@admin.com
p: password

That's it

Libraries I used in this project

CodeIgniter Composer Installer

Ion Auth

Material Design for Bootstrap 4

Material Design Iconic Font

About

Simple registration app using CodeIgniter 3 and Material Design Bootstrap 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published