layxis/yii2-fullcalendar

Yii 2 asset bundle providing FullCalendar 1.x (screen + print styles) so apps can register calendars without manual asset management.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:yii2-extension

pkg:composer/layxis/yii2-fullcalendar

v0.0.1 2026-01-02 09:18 UTC

This package is auto-updated.

Last update: 2026-01-02 09:38:31 UTC


README

A lightweight Yii 2 asset bundle that wraps FullCalendar 1.x so you can drop a calendar widget into any view without manually managing assets.

Installation

composer require layxis/yii2-fullcalendar

The package pulls in the FullCalendar 1.6.x assets plus jQuery 1.11.x, which is compatible with Yii 2.0.x applications that rely on the framework's bundled jQuery asset.

Usage

use Layxis\FullCalendar\FullCalendarAsset;

FullCalendarAsset::register($this);

Once registered, include the markup that FullCalendar expects, and the asset bundle will publish the CSS/JS from @vendor/bower-asset/fullcalendar.

Customization

  • override the published files by creating your own AssetBundle that extends FullCalendarAsset and changes $sourcePath, $css, or $js as needed.
  • if you need a newer FullCalendar build, add an alias or symlink under @app/assets and set $sourcePath accordingly.

Support

Report issues or pull requests at https://github.com/layxis/yii2-fullcalendar.

License

MIT