Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 423 Bytes

codeigniter-crud

simple codeginiter CRUD operation app to manage posts with bootstrap

Installation

  1. import database codeid_blog in your sql
  2. change database name with your database name in application/config/database.php
  3. change $config['base_url'] = 'http://localhost:8080/codeig_blog'; with your base_url in application/config/config.php
  4. run http://localhost:8080/codeig_blog and you're good to go!