any good docs for fillament 3 custom module development?
i want to create a spatie-opening hours custom module
4 Replies
this does not work as expected https://github.com/maartenpaauw/filament-opening-hours
GitHub
GitHub - maartenpaauw/filament-opening-hours
Contribute to maartenpaauw/filament-opening-hours development by creating an account on GitHub.
There’s https://filamentphp.com/docs/3.x/support/plugins/getting-started and Dan’s series on laracasts is a great place to start too.
You could also fork that plugin and try to fix it. 🙂
thank you