datasdk/available

Available model and traits for DataSDK

Maintainers

Package info

github.com/datasdk/available

pkg:composer/datasdk/available

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2026-05-12 21:52 UTC

This package is auto-updated.

Last update: 2026-05-12 22:58:12 UTC


README

Availability model, trait, migration and contract for polymorphic availability periods.

Installation

composer require datasdk/available

Migrations

The service provider loads package migrations automatically.

php artisan migrate

Config

Publish the config file when you need to customize it:

php artisan vendor:publish --provider="DataSDK\Available\AvailableServiceProvider" --tag=config