/happycms

Primary LanguagePHP

happycms

Work in progress

INSTALLATION

Create composer.json file in your project directory with content:

{
    "require": {
        "php":">=5.4.0",
        "happycms/happycms":"dev-master"
    },
    
    "repositories":[
        {
            "type":"git",
            "url":"http://github.com/a1essar/happycms"
        }
    ]
}

And using the following command:

cd path/to/composer.json
composer install

Copy files of happycms/lib/public/ to your public directory