yottahq/bookable

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

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/yottahq/bookable

This package is auto-updated.

Last update: 2025-09-13 09:48:12 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.