CodeIgniter3 Blog Turkish Language
Change $config['base_url']='http://localhost/CodeIgniter-3-Blog' to your url in config/config.php
Create a new database named "blog-codeigniter". If you want to use different named database change it in config/database.php line 81
Import .sql file to your database
visit $config['base_url'] in your browser
To understand the ckeditor and ckfinder implementation, please check here
Frontend Template is here