Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

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

Notifications You must be signed in to change notification settings

chubbyphp-legacy/chubbyphp-app-slim-skeleton

Repository files navigation

chubbyphp/chubbyphp-app-slim-skeleton

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 [email protected] admin ADMIN

Login

[email protected] // admin

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published