Obala
Obala
Explore posts from servers
FFilament
Created by Obala on 9/3/2024 in #❓┊help
Multi sub domain session sharing
How can I share user sessions between two Filament dashboards running on different subdomains (e.g., admin.example.com and dashboard.example.com) that use the same Laravel codebase and database? I want users to remain logged in when switching between these dashboards I've already set SESSION_DOMAIN=.example.com in my .env file, but it's not working[it doesn't redirect to the dashboard page for both]. What other configurations or code changes might I need to make this work?
5 replies
FFilament
Created by Obala on 9/14/2023 in #❓┊help
how to set a value of an input field using values in a repeater
I have this input fields inside a repeater, product name, price and quantity, and I have an input field total disabled by default outside of the repeater, I want to populate the result of foreach(price * quantity) inside the total field
9 replies
FFilament
Created by Obala on 9/4/2023 in #❓┊help
multiple logo for dark and light mode
How to setup different logos for both dark and light mode, when in dark mode, have a different logo same as in light mode
4 replies
FFilament
Created by Obala on 9/4/2023 in #❓┊help
Edit resource page as the page index
I'm attempting to set up the edit page as the primary view for a filamentphp resource, specifically for managing page settings. These settings will consist of a single data row, and I want to restrict it to only being editable, with no option to create new rows or delete the existing one. Despite my efforts to find a solution, I haven't been able to. I'm open to any pointers, workarounds, or alternative approaches that could help me achieve this. Thanks for your assistance!
36 replies