Download the PHP package artarts36/laravel-holiday without Composer
On this page you can find all versions of the php package artarts36/laravel-holiday. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-holiday
Laravel Holiday
With this package you can save dates of holidays or shortened days on your Laravel application.
Install
Run command: composer require artarts36/laravel-holiday
Add Provider: ArtARTs36\LaravelHoliday\Providers\HolidayProvider
Run command: php artisan migrate
Run command: php artisan db:seed --class=HolidayDatabaseSeeder
Commands
Command | Description |
---|---|
holiday:fetch current-year | Holidays for the current year are saved |
holiday:fetch current-month | Holidays for the current month are saved |
Examples
Determine work type by Day
Determine work type by Period
Determine work type by Year
Save Holidays for a concrete year
Save Holidays for a current year
Save Holidays for a current month
Save Holidays for a next week
All versions of laravel-holiday with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
ext-json Version *
doctrine/dbal Version ^2.6
laravel/framework Version 6.*
guzzlehttp/guzzle Version >=6.0
ext-json Version *
doctrine/dbal Version ^2.6
laravel/framework Version 6.*
guzzlehttp/guzzle Version >=6.0
The package artarts36/laravel-holiday contains the following files
Loading the files please wait ....