https://github.com/juniwalk/calendar
Nette integration for FullCalendar
https://github.com/juniwalk/calendar
Last synced: 4 months ago
JSON representation
Nette integration for FullCalendar
- Host: GitHub
- URL: https://github.com/juniwalk/calendar
- Owner: juniwalk
- License: mit
- Created: 2023-04-18T15:30:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T09:31:57.000Z (over 1 year ago)
- Last Synced: 2025-03-12T22:38:06.843Z (over 1 year ago)
- Language: PHP
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calendar
Nette integration for FullCalendar
### installation
Require Calendar component inside your composer.json or run this command in your project root.
```bash
composer require juniwalk/calendar
```
### configuration
Check the [configuration](docs/config.md) in the docs.