Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 500 Bytes

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.