act-training / livewire-calendar
A Livewire wrapper for FullCalendar.
Installs: 2 088
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Requires
- php: ^8.2
- illuminate/contracts: ^10.0
- livewire/livewire: ^v3.2.6
- nesbot/carbon: ^2.72
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^2.0.1
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- pestphp/pest-plugin-livewire: ^2.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-11-21 14:21:54 UTC
README
Livewire Calendar is an easy way to make use of FullCalendar in your Laravel applications.
Installation
You can install the package via composer:
composer require act-training/livewire-calendar
You can publish the config file with:
php artisan vendor:publish --tag="livewire-calendar-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="livewire-calendar-views"
Usage
$livewireCalendar = new ACTTraining\LivewireCalendar(); echo $livewireCalendar->echoPhrase('Hello, ACTTraining!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.