simple codeginiter CRUD operation app to manage posts with bootstrap
- import database
codeid_blog
in your sql - change database name with your database name in application/config/database.php
- change
$config['base_url'] = 'http://localhost:8080/codeig_blog';
with your base_url in application/config/config.php - run
http://localhost:8080/codeig_blog
and you're good to go!