Clone this repository with
git clone [email protected]:mvlabs/ze-workshop.git
and then
cd ze-workshop
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
Run
./bin/seed