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
- Host: GitHub
- URL: https://github.com/webwizo/codeigniter-eloquent
- Owner: webwizo
- Created: 2015-07-17T22:57:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T06:12:01.000Z (over 9 years ago)
- Last Synced: 2025-03-23T10:51:06.773Z (about 1 year ago)
- Language: PHP
- Size: 531 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.