yottahq/bookable

A Laravel package that provides flexible and reusable booking functionality for any model.

This package is auto-updated.

Last update: 2025-08-13 09:39:51 UTC


README

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.