dev-master
9999999-dev https://github.com/eserozvataf/scabbia1-skeletonSkeleton Application for Scabbia PHP Framework (1.x branch)
GPL-3.0+
The Requires
by Eser Ozvataf
framework skeleton scabbia eserozvataf
Wallogit.com
2017 © Pedro Peláez
Skeleton Application for Scabbia PHP Framework (1.x branch)
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)
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" } ] }
** Will be auto-installed during composer execution, (*7)
It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome., (*8)
Skeleton Application for Scabbia PHP Framework (1.x branch)
GPL-3.0+
framework skeleton scabbia eserozvataf