Level 104
Have you considered using Spatie's Laravel-Settings package and their associated Filament Plugin? Their table structure is similar to yours (organised instead using group and name ), and the payload for the value
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
how can we do the edit and fetch function with the row-based table column structure? here is the table structure for my setting page
id settings value
1 maintenance on
2 website demo.com
3 api_key abalaaalalla
Please or to participate in this conversation.