biberlabs / zend-expressive-with-doctrine

Doctrine Factory for Zend Expessive

Home Page:http://biberlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expressive Skeleton with Doctrine

Firstly, Check Zend expressive document

After that, create a doctrine.local.php file from .dist file. You can use MySQL, PostgreSql or SQLite, ...etc. Your connection information should be at doctrine.local.php

I choose SQLite and create a database with following commands :

php vendor/bin/doctrine orm:schema-tool:create

This command creates my db file in data/db/ folder. This folder is ignored by git. So, you should execute above command to see.

About

Doctrine Factory for Zend Expessive

http://biberlabs.com


Languages

Language:PHP 93.5%Language:ApacheConf 6.5%