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.

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