Download the PHP package michelmelo/laravel-gantt without Composer
On this page you can find all versions of the php package michelmelo/laravel-gantt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michelmelo/laravel-gantt
More information about michelmelo/laravel-gantt
Files in michelmelo/laravel-gantt
Download michelmelo/laravel-gantt
More information about michelmelo/laravel-gantt
Files in michelmelo/laravel-gantt
Vendor michelmelo
Package laravel-gantt
Short Description Laravel package to display items within a Gantt Chart.
License MIT
Package laravel-gantt
Short Description Laravel package to display items within a Gantt Chart.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-gantt
Laravel Gantt Chart
Installation
Require this package with composer:
After updating composer, add the ServiceProvider to the providers array in config/app.php
Copy the package css file to your local css with the publish command:
Usage
The model to display in the Gantt Chart will need to have properties of label
, start
and end
at minimum.
label
is the string to display for the itemstart
is a date or datetime (will need to pass this as a YYYY-MM-DD format)end
is a date or datetime (will need to pass this as a YYYY-MM-DD format)
Display in your view
In your view, add the gantt.css
file:
And then output the gantt HTML:
All versions of laravel-gantt with dependencies
PHP Build Version
Package Version
No informations.
The package michelmelo/laravel-gantt contains the following files
Loading the files please wait ....