palpalani / us-holidays-card
U.S. Holidays for Laravel nova.
1.1.0
2024-05-07 09:07 UTC
Requires
- php: ^8.2
- geoffreyrose/us-holidays: ^2.6
- illuminate/contracts: ^10.0|^11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- larastan/larastan: ^2.0.1
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^1.21|^2.0
- pestphp/pest-plugin-laravel: ^1.1|^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^10.0|^11.0
README
A Laravel Nova card that displays the list of upcoming USA holidays.
Requirements
PHP 8.2 or higher
Nova ^3.0 or higher
Installation
You can install the package via composer:
composer require palpalani/us-holidays-card
Usage
To add this card to the dashboard or resource add it to the cards method like this:
namespace App\Nova\Dashboards; use palPalani\UsHolidaysCard; use Laravel\Nova\Dashboard; class Main extends Dashboard { public function cards(): array { $cards = [ new UsHolidaysCard(), ]; } }
Testing
composer test
Feedback
If you have any feedback, comments or suggestions, please feel free to open an issue within this repository.
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.
Thanks to
Carbon Support for US Holidays, so many thanks to its author and contributors!
Credits
License
The MIT License (MIT). Please see License File for more information.