A powerful PHP framework with high performance and easy to use
- 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