How to register Pages to Filament from Database?
I am developing a simple CMS for the admin panel. I want to store custom pages and their data on database . I hope to register those pages to filament in a service provider so those pages must be visible in admin panel. Any help?