lalocespedes/slim3-skeleton

There is no license information available for the latest version (1.0.1) of this package.

Slim 3 skeleton

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:project

1.0.1 2016-12-28 19:59 UTC

This package is auto-updated.

Last update: 2024-04-12 06:16:33 UTC


README

Slim 3 skeleton

Install

composer create-project --stability=dev lalocespedes/slim3-skeleton [my-app-name]

composer install

Set .env file For develolment DB_CONNECTION=sqlite DB_HOST= DB_DATABASE=../storage/data/derby DB_USERNAME= DB_PASSWORD=

Set phinx.yml

bower install

npm install

Migration

vendor/bin/phinx create MyFirstMigration

RUN server

php -S 0.0.0.0:8080 -t public

or gulp