Error with Filament Fabricator Page Block Rendering
Problem
I’m trying to build a CMS using Laravel and Filament, following the structure from Wire-Content-v2. However, I’m encountering an error when trying to render page blocks:
phpfilament label and andry side by side instead of stacked
All textentry have a layout like this
In Filamentphp v3 , i am adding custom colors to the panel but they are not showing up
I am trying to add Tailwindcss color preset to my panel in filamentphp v3, but the colors are not being shwon.
I am following the official docs – https://filamentphp.com/docs/3.x/support/colors#registering-extra-colors
FilamentPHP Panel Providers Not Displaying for Other Roles (Except super_admin)
I’ve encountered an issue with FilamentPHP while working with panel providers. Following the documentation, I used php artisan make:filament-panel user to generate a panel for managing users. I’ve also created a new user with the role user. However, when attempting to access the URL /user, I receive a 403 error. Interestingly, if I access the URL directly from super_admin, the panel displays as expected.
Laravel/Filamentphp Save filled input on refresh
I am trying to save temporary data if someone will be do refresh on create page.