Search by

yottahq / bookable

M074554N

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

v0.1.0-beta.2 2025-08-13 09:27 UTC

This package is auto-updated.

Last update: 2026-09-13 11:59:02 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.