dev-master
9999999-dev https://github.com/borodulin/yii2-fullcalendarYii2 fullcalendar widget
MIT
The Requires
- php >=5.4.0
- yiisoft/yii2 *
- bower-asset/fullcalendar ~2.3.1
- conquer/momentjs *
- conquer/helpers *
extension yii2 widget fullcalendar
Yii2 fullcalendar widget
FullCalendar is a jQuery plugin that provides a full-sized, drag & drop event calendar like the one below. It uses AJAX to fetch events on-the-fly and is easily configured to use your own feed format. It is visually customizable with a rich API. For more information please visit FullCalendar, (*1)
The preferred way to install this extension is through composer., (*2)
To install, either run, (*3)
$ php composer.phar require conquer/fullcalendar "*"
or add, (*4)
"conquer/fullcalendar": "*"
to the require
section of your composer.json
file., (*5)
use conquer\fullcalendar\FullCalendarWidget; = FullCalendarWidget::widget([ 'weekends' => false ]); ?>
conquer/fullcalendar is released under the MIT License. See the bundled LICENSE.md
for details., (*6)
Yii2 fullcalendar widget
MIT
extension yii2 widget fullcalendar