2017 © Pedro Peláez
 

symfony-bundle holidays-bundle

Symfony bundle that can be used to manage holidays

image

aiskander/holidays-bundle

Symfony bundle that can be used to manage holidays

  • Saturday, July 7, 2018
  • by aiskander
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Holidays Bundle

This bundle still under active development and not ready to be used yet., (*1)

Installation

Install Using Composer

composer require aiskander/calendar-holidays-bundle

Add Bundle Instance

  • Symfony 2.8 ~ 3.x

In /app/AppKernel.php, add the below line to the bundles array, (*2)

new \Aiskander\CalendarHolidaysBundle\AiskanderCalendarHolidaysBundle();
  • Symfony 4.x

In /config/bundles.php, add the below line to the bundles array., (*3)

\Aiskander\CalendarHolidaysBundle\AiskanderCalendarHolidaysBundle::class => ['all' => true],

Import Bundle Routes

Add the below configuration to your Symfony routing.yaml file, (*4)

aiskander_calendar_holidays:
    resource: "@AiskanderCalendarHolidaysBundle/Resources/config/routing.yml"

The Versions