Skip to content

DHTMLX/gantt-howto-php

Repository files navigation

dhtmlxGantt with PHP backend

Implementing backend for dhtmlxGantt using Slim-framework and PDO

Requirements

Setup

  1. Create database and import schema.sql
  2. Update connection settings in app/gantt.php
  3. run composer install

Run

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

Run with Docker

Tutorial

A complete tutorial here https://docs.dhtmlx.com/gantt/desktop__howtostart_php.html