-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Gianpiero Addis edited this page Sep 21, 2017
·
5 revisions
The Timeslot library makes timeslot manipulation an easy and reliable task. It lets you create and manage single timeslots or groups of timeslots consistently.
Timeslot uses the Carbon library to work with date and time.
Pull in the Timeslot library in your project with composer:
$ composer require gpaddis/timeslot
After the installation, you will reference the Timeslot and TimeslotCollection classes as Timeslot\Timeslot
and Timeslot\TimeslotCollection
, respectively.