2017 © Pedro Peláez
 

library scabbia1-skeleton

Skeleton Application for Scabbia PHP Framework (1.x branch)

image

eserozvataf/scabbia1-skeleton

Skeleton Application for Scabbia PHP Framework (1.x branch)

  • Saturday, January 2, 2016
  • by eserozvataf
  • Repository
  • 1 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Scabbia Skeleton Application

This project is the skeleton application using Scabbia Framework and its extensions. It is designed to helps you to jump-start developing projects with the Scabbia without setting up a configuration from scratch., (*1)

Installation

Step 1:, (*2)

On Terminal or Command Prompt: ``` bash git clone https://github.com/eserozvataf/scabbia1-skeleton project, (*3)


Alternatively [Scabbia Skeleton](https://github.com/eserozvataf/scabbia1-skeleton/archive/master.zip) package can be downloaded directly. **Step 2:** ``` bash cd project php scabbia update

Step 3:, (*4)

Make application/writable and application/locale directories writable., (*5)

``` bash chmod 0777 -R application/writable chmod 0777 -R application/locale, (*6)


**Step 4:** Open `application/config/datasources.json` file to update the database configuration parameters. a sample mysql database configuration: ```json { "datasourceList": [ { "id": "dbconn", "interface": "pdo", "persistent": true, "overrideCase": "natural", "pdoString": "mysql:host=localhost;dbname=project", "username": "root", "password": "123456", "initCommand": "SET NAMES utf8", "errors": "exception" } ] }

Requirements

  • PHP 5.3.3+ (http://www.php.net/)
  • Composer Dependency Manager** (http://getcomposer.org/)
  • Scabbia Framework** (https://github.com/eserozvataf/scabbia1)

** Will be auto-installed during composer execution, (*7)

Contributing

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome., (*8)

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub issues.
  • To support: Donate

The Versions

02/01 2016

dev-master

9999999-dev https://github.com/eserozvataf/scabbia1-skeleton

Skeleton Application for Scabbia PHP Framework (1.x branch)

  Sources   Download

GPL-3.0+

The Requires

 

framework skeleton scabbia eserozvataf