/zend3-dashboard

Dashboard using zend framework 3

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Dashboard using Zend Framework 3

Database

The database is in tables.sql

Installation using Composer

Once you cloned the project please run composer:

$ composer install

Development mode

Once installed, you can test it out immediately using PHP's built-in web server:

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

Note: The built-in CLI server is for development only.