datasdk / available
Available model and traits for DataSDK
1.0
2026-05-12 21:52 UTC
Requires
- php: ^8.0
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