chubbyphp/chubbyphp-app-slim-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.1.0) of this package.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 1

Forks: 0

Open Issues: 3

Type:project

pkg:composer/chubbyphp/chubbyphp-app-slim-skeleton

0.1.0 2016-11-07 19:25 UTC

This package is auto-updated.

Last update: 2020-09-22 18:52:26 UTC


README

Description

A slim 3 skeleton to build web applications (not apis) with authentication, crud, locale.

Requirements

Installation

With vagrant-php

Install create-slim3-project command

create-slim3-project

Create project

create-slim3-project --name=myproject --vagrantIp=10.15.10.15

With php on host

composer create-project chubbyphp/chubbyphp-app-slim-skeleton myproject dev-master --prefer-dist

Setup

Create database

bin/console slim-skeleton:database:create

Create / Update schema

bin/console slim-skeleton:database:schema:update --dump --force

Create user

bin/console slim-skeleton:user:create admin@admin.admin admin ADMIN

Login

admin@admin.admin // admin