Check documentation for the latest version of dhtmlxSuite Using Connector with Laravel DHTMLX Docs

Using Connector with Laravel

In this tutorial we would like to show you how to use the dhtmlxConnector library with the Laravel framework.

The tutorial is intended for developers who have already been familiar with the Laravel framework and DHTMLX library. If you haven't, please follow the links below to get the required information:

Before continuing, please check that you have Laravel installed on your computer. If you don't, read Installation instructions to learn how to do this.

Download the demo app here.


After you finish this tutorial, you'll get a grid, a scheduler and a gantt populated with data from a database and able to save changes back to the server.

Particularly, it will consist of 3 parts:

  1. Grid
  2. Scheduler
  3. Gantt
Back to top