Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 536 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 536 Bytes

dhtmlxGantt with Laravel backend

Implementing backend for dhtmlxGantt using Laravel framework.

Requirements

Setup

  1. run composer install
  2. Create database and update connection settings in .env
  3. Create artisan key php artisan key:generate
  4. Create and populate tables php artisan migrate --seed

Run

  • php artisan serve

Tutorial

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