Jarzon / Prim

Yet another PHP Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prim

Build Status

A Framework I use to learn and toy with.

Base project skeleton: https://github.com/Jarzon/PrimBase

Installation

Using composer:

    composer create-project Jarzon/PrimBase ProjectName
    cd ProjectName && composer update

Basic Configuration

Edit app/config/config.php with your own preferences.

To use database migration edit phinx.yml.

Run the application

bash /var/www/redak/gulp.sh
cd public
php -S localhost:8000

About

Yet another PHP Framework


Languages

Language:PHP 100.0%