A simple learning project based on Codeigniter 3.1.11
- PHP version: >= 5.6
- MySQL
git clone https://github.com/ovillafuerte94/codeigniter-learning.git
cd codeigniter-learning
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
Through the terminal in the project folder, execute the command
php -S localhost:8000
Open from browser at http://localhost:8000