Skip to content

cgarciagl/Yupii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Yupii

Yupii Icon

Yupii is a package for CodeIgniter that allows you to easily create Business Applications in the blink of an eye!!

http://www.yupii.org

Installation

Download the zip file from here and unzip the files on your Codeigniter project directory.

Then open the ./application/config/routes.php file and add this line at the end of the file:

include_once(APPPATH.'third_party/yupii/config/autoload.php');

And in the file ./application/config/autoload.php change the autoload line for packages:

$autoload['packages'] = array(APPPATH.'third_party/yupii');

That's it!, you can start to create your new great application!..

About

This is a package that transforms CodeIgniter into a Business Application Framework !!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published