A profile page for person
- install composer
- composer install
- Setup virtual host to public/ folder
- Go to application/config/avoca.php
- Change value to
$config['public_folder'] = '';
- Go to application/config/avoca.php
- Change value to
$config['public_folder'] = 'public';
- Go to application/config/config.php
- Change
$config['base_url'] = 'http://localhost/Avoca-Profile';
- First controller: application/controllers
- View auto load from views/[theme]/templates/[controller]/[action].twig
- Auto system will run with SQLite3:
application/config/avocaprofile.db
- If you want to use with MYSQL
import mysql from: application/config/avoca_profile.sql
update database info with codeigniter syntax: application/config/database.php