Skip to content

DHTMLX/gantt-howto-php-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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