Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 683 Bytes

File metadata and controls

24 lines (16 loc) · 683 Bytes

alt text


🗓️ YottaHQ Bookable

A lightweight and flexible Laravel package to add booking functionality to any model in your application.

yottahq/bookable provides a standardized way to declare models as bookable and retrieve availability using different configurable strategies.

🔖 Currently in beta — includes support for Single Daily Slot Strategy only.

📦 Installation

composer require yottahq/bookable

Publish the config and migrations:

php artisan vendor:publish --provider="YottaHQ\Bookable\BookableServiceProvider"

📘 Documentation

Full documentation coming soon.