eserozvataf/scabbia1-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

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

dev-master 2016-01-02 16:44 UTC

This package is auto-updated.

Last update: 2023-09-08 19:54:48 UTC


README

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.

Installation

Step 1:

On Terminal or Command Prompt:

git clone https://github.com/eserozvataf/scabbia1-skeleton project

Alternatively Scabbia Skeleton package can be downloaded directly.

Step 2:

cd project
php scabbia update

Step 3:

Make application/writable and application/locale directories writable.

chmod 0777 -R application/writable
chmod 0777 -R application/locale

Step 4:

Open application/config/datasources.json file to update the database configuration parameters.

a sample mysql database configuration:

{
    "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

** Will be auto-installed during composer execution

Links

Contributing

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

  • 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