Skip to content

ovillafuerte94/codeigniter-learning

Repository files navigation

Codeigniter Learning

A simple learning project based on Codeigniter 3.1.11

Requirements

  • PHP version: >= 5.6
  • MySQL

Clone repository and install packages

git clone https://github.com/ovillafuerte94/codeigniter-learning.git
cd codeigniter-learning 

Configure database

cp ./application/config/database.php ./application/config/development/database.php
  • Open the file /application/config/development/database.php and set up the database connection data.
  • Once the parameters have been configured, create a database for the project and import the tables with the following command:
php index.php migrate do_migration

Open in browser

Through the terminal in the project folder, execute the command

php -S localhost:8000

Open from browser at http://localhost:8000

About

Repository for learning with Codeigniter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages