Skip to content

ArtiBorisevich/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.7%
  • HTML 2.1%
  • TSQL 1.2%