Skip to content

FraGoTe/zend3-dashboard

Repository files navigation

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.