Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 574 Bytes

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