https://github.com/dhtmlx/gantt-howto-php-laravel
Implementing backend for dhtmlxGantt using Laravel framework.
https://github.com/dhtmlx/gantt-howto-php-laravel
dhtmlx dhtmlxgantt laravel laravel-framework php
Last synced: about 1 year ago
JSON representation
Implementing backend for dhtmlxGantt using Laravel framework.
- Host: GitHub
- URL: https://github.com/dhtmlx/gantt-howto-php-laravel
- Owner: DHTMLX
- Created: 2017-11-16T08:02:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T08:45:57.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T06:50:39.421Z (about 1 year ago)
- Topics: dhtmlx, dhtmlxgantt, laravel, laravel-framework, php
- Language: PHP
- Homepage: https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html
- Size: 179 KB
- Stars: 14
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
dhtmlxGantt with Laravel backend
==============
Implementing backend for dhtmlxGantt using Laravel framework.
### Requirements
- PHP 5.6+
- [Composer](https://getcomposer.org/)
- MySQL
### 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