An open API service indexing awesome lists of open source software.

https://github.com/webwizo/codeigniter-eloquent

Integrates Eloquent ORM with CodeIgniter
https://github.com/webwizo/codeigniter-eloquent

Last synced: about 1 year ago
JSON representation

Integrates Eloquent ORM with CodeIgniter

Awesome Lists containing this project

README

          

# Integrates Eloquent ORM with CodeIgniter
A simple method of integration.

## Installation
1. Download the repository and run 'composer install'
2. Import 'database/country_2015-07-18.sql' file into your database.
3. Setup database connection into 'application/config/database.php'
4. Test your application

Thank you.