encryptedroot / yii2fullcalendar3
Yii2 fullcalendar 小部件
1.1
2019-04-26 15:11 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-22 00:47:08 UTC
README
JQuery Fullcalendar Yii2 扩展 jQuery 来自: http://arshaw.com/fullcalendar/ 许可证 MIT
JQuery 文档: http://arshaw.com/fullcalendar/docs/ Yii2 扩展由 philipp@frenzel.net
一个小的示例可以在以下找到: http://yii2fullcalendar.beeye.org
所有荣誉归功于最初整合此项目的Philipp Frenzel。随着FullCalendar版本的增加,与旧版本存在依赖问题。此仓库是一个快速简便的方法,通过将所有文件打包在一个地方,以确保FullCalendar v3的兼容性。
所有代码和文档最初都写在这里: https://github.com/philippfrenzel/yii2fullcalendar。如果您是FullCalendar的新用户,请访问该仓库以获取最新和最好的信息。
安装
虽然该包已在packagist.org注册 - 因此您只需添加一行代码,即可让它运行!
在您的composer.json要求的部分添加以下行
"encryptedroot/yii2fullcalendar3":"~1.0",
或者运行
$ php composer.phar require encryptedroot/yii2fullcalendar3 "~1.0"
并确保您已安装以下全局插件
php composer.phar global require "fxp/composer-asset-plugin:~1.0"