Purchase and activate
Filament Business Hours uses AnyStack to handle payment, licensing, and distribution.Buy a license
Purchase Filament Business Hours on AnyStack.
1
Add the private repository
composer.json
2
Require the package
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 directory to your theme
Filament recommends a custom theme so the plugin’s Tailwind classes get picked up. Add the Business Hours vendor directory to your theme’s Then rebuild your assets.
theme.css (usually resources/css/filament/admin/theme.css):The
@source path must match the directory Composer created for the package under vendor/. If Tailwind doesn’t pick up the plugin’s styles, check whether it was installed as vendor/andreia/filament-business-hours (matching the Composer package name) and adjust the path accordingly.
