Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AvocaPlatform/Avoca-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avoca-Framework

A powerful PHP framework with high performance and easy to use

Install

  • install composer
  • composer install

Run

Run from public/ folder

  • Setup virtual host to public/ folder
  • Go to application/config/avoca.php
  • Change value to $config['public_folder'] = '';

Run from root folder

  • Go to application/config/avoca.php
  • Change value to $config['public_folder'] = 'public';

Config

  • Go to application/config/config.php
  • Change $config['base_url'] = 'http://localhost/Avoca-Profile';

Developer

  • First controller: application/controllers
  • View auto load from views/[theme]/templates/[controller]/[action].twig

About

A powerful PHP framework with high performance and easy to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published