Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.06 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.06 KB

Middleware architectures in PHP with Zend Expressive

Build Status Coverage Status

Installation

Clone this repository with

git clone [email protected]:mvlabs/ze-workshop.git

and then

cd ze-workshop

Getting started with Expressive

Start our new Expressive project with composer:

composer create-project zendframework/zend-expressive-skeleton

We go through the installation process and we select the following starred options:

  • installation type

    • minimal
    • flat *
    • modular
  • container

    • Aura.Di
    • Pimple *
    • Zend ServiceManager
  • router

    • Aura.Router
    • FastRoute *
    • Zend Router
  • template engine

    • Plates
    • Twig
    • Zend View
    • None *
  • error handler

    • Whoops *
    • None

Add seeds to database

Run

./bin/seed