PHP code example of honortaker / laravel-holidays-de

1. Go to this page and download the library: Download honortaker/laravel-holidays-de library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

honortaker / laravel-holidays-de example snippets


use Honortaker\LaravelHolidaysDe\Models\Holiday;

$holidays = Holiday::all();
shell
php artisan vendor:publish --tag="holiday-config"