team-nifty-gmbh / tall-calendar
A Calendar package using FullCalendar, tailwind, alpinejs, laravel and livewire.
Installs: 4 558
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
- laravel/framework: ^11.0
- livewire/livewire: ^3.0
- wireui/wireui: ^2.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^8.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^9.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-laravel: ^2.4
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^10.0
- dev-main
- 1.x-dev
- v1.0.0-beta.1
- v1.0.0-beta.0
- v0.6.12
- v0.6.11
- v0.6.10
- v0.6.9
- v0.6.8
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.2
- v0.0.1
- dev-allow-nested-calendars
- dev-wireui-v2
This package is auto-updated.
Last update: 2025-03-01 15:42:43 UTC
README
add assets
add js file to your projects js file
import './vendor/team-nifty-gmbh/tall-calendar/resources/js/index';
i recommend adding it in the same file you import alpine.
add css file to your projects css file
@import './vendor/team-nifty-gmbh/tall-calendar/resources/css/calendar.css';
add the following to your tailwind.config.mjs
file
content: [ './vendor/team-nifty-gmbh/tall-datatables/resources/views/**/*.blade.php', './vendor/team-nifty-gmbh/tall-datatables/resources/js/**/*.js', ]