dms-expressive-example

A content management framework ( CMS / CMF ) with the power of DMS and Zend Expressive

MIT License

Stars
5

Quick demo

YouTube .

Usage

git clone https://github.com/harikt/dms-expressive-skeleton
cd dms-expressive-skeleton
composer install

Update .env file

Open .env file and modify database, username and password according to yours.

Migration

# Make migration script
./console dms:make:migration init

# Check status of migration
./console migrate:status

# Execute migration
./console migrate

Browse

Start your webserver and enjoy DMS!.

php -S 0.0.0.0:8080 -t public public/index.php

Browse http://localhost:8080/dms/auth/login .

Username : admin

Password : admin