Skip to content

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

License

Notifications You must be signed in to change notification settings

harikt/dms-expressive-example

Repository files navigation

Quick demo

YouTube .

Integrating DMS with Zend Expressive

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published