Skip to content

DHTMLX/gantt-howto-php-laravel

Repository files navigation

dhtmlxGantt with Laravel backend

Implementing backend for dhtmlxGantt using Laravel framework.

Requirements

Setup

  1. Install dependencies: composer install
  2. Copy .env.example to .env (if not exists)
  3. Create database and update connection settings in .env:
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_username
    DB_PASSWORD=your_password
    
  4. Generate application key: php artisan key:generate
  5. Create and populate tables: php artisan migrate --seed

Run

  • Start development server: php artisan serve
  • Open browser at http://127.0.0.1:8000

Related resources

Complete tutorial

DHTMLX Gantt product page

Documentation

Blog

Forum

Contributors 5