Skip to main content

Purchase and activate

Filament Business Hours uses AnyStack to handle payment, licensing, and distribution.

Buy a license

Purchase Filament Business Hours on AnyStack.
During checkout, AnyStack provides a license key. Once it’s activated, proceed with the Composer installation below.
Before installing this package, configure Filament Table Repeater first — Business Hours depends on it for its exceptions UI.
1

Add the private repository

composer.json
2

Require the package

Composer will prompt for credentials — your username is the email you purchased with, your password is your license key:
3

Publish and run migrations

4

Publish the config (optional)

5

Publish views (optional)

6

Publish translations (optional)

Ships with English out of the box:
7

Add the vendor views to your Tailwind config

Filament recommends a custom theme so the plugin’s Tailwind classes get picked up. Add the Business Hours views directory to your theme’s tailwind.config.js (usually resources/css/filament/admin/tailwind.config.js):
Then rebuild your assets.
Next: add it to a model and your forms/tables/infolists.