azuyalabs / yasumi

The easy PHP Library for calculating holidays
https://www.yasumi.dev
Other
1.05k stars 155 forks source link

How to add yasumi to laravel? #187

Closed tuanntjvb closed 4 years ago

stelgenhof commented 4 years ago

The Yasumi class is a simple factory class that you can use anywhere in your Laravel application, e.g. the controllers, models, or other classes.

Another possibility is to register it in your Service Provider class so it is available everywhere in your application.

stelgenhof commented 4 years ago

In case you're looking for a Laravel package, there is one created by somebody in the community: https://github.com/blood72/laravel-yasumi. Although I haven't used it myself, it may be what you're looking for.

Cheers! Sacha