Implementing backend for dhtmlxGantt using Laravel framework.
- PHP 5.6+
- Composer
- MySQL
- run
composer install
- Create database and update connection settings in .env
- Create artisan key
php artisan key:generate
- Create and populate tables
php artisan migrate --seed
php artisan serve
A complete tutorial here https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html