celtic34fr / calendar-core
📦 Bolt extension CalendarCore base functionalities.
Installs: 11
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:bolt-extension
Requires
- php: >=8.0
- bolt/core: >=5.1
- nucleos/dompdf-bundle: ^3.1
- symfony/form: ^5.4
- teamtnt/tntsearch: ^3.1
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-23 11:24:18 UTC
README
Bolt Cms Extension Calendar Integration base code
Author: Gilbert ARMENGAUD
This Bolt extension provide a Calendar Form and all the method to be used. This module give the base functionalities and need other module to give all its power.
Installation:
composer require celtic34fr/calendar-core
Running PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
COMPOSER_MEMORY_LIMIT=-1 composer update
And then run ECS:
vendor/bin/ecs check src