Page Active Classes
Opening a modal on table row click with infos
Tailwind color not applied
404 Error when routing custom pages
/categories
- This works without any problems....Is it possible to change the Yes No Colours of Toggle Buttons?
Edit parent attributes from the childResource page?
Laravel still generates HTTP URLs when uploading images, even after forcing HTTPS in AppServiceProvi
Alpine Expression Error: table is not defined
ManageParties
page, when I implement $defaultAction, or force an action in query param with ?action=create
, the action doesn't open and I get errors in the browser console.
Thank you for your help 🙏 ...
Calling modal from <a> tag
Heroicon Cache Issue
->icon('heroicons-o-download')
. But I made two errors:
1. It should be heroicon
not heroicons
2. download
doesn't actually exist (I was guessing)
And now, my app is broken. I get the error message Svg by name "o-download" from set "heroicons" not found.
...Authorization - 404 instead of 403.
How to refresh a field in the parent form when a record is added via the RelationshipManager?
How do I properly add save button to form?
Multiple filament (?) components in a single page
HasForms
, HasTable
, HasInfolists
) and using the relevant traits (InteractswithForms
, InteractswithTables
and InteractswithInfolists
).
The biggest thing that eventually made it click for me is that I didn't need to edit the record after creation at all, so just having a form create the record and customizing the creation process so that the created record is stored to a property on the Page and sent to the Table to get the related records was enough. Using the @if
directive to conditionally show the selected record on the table fixed the Infolist throwing an error about a record not being set that was stumping me.
Filament really is a wonderful framework and I hope to learn even more about it to make even more functional components and better apps....View Infolist - Action Button Beside Cancel Button
FileUpload refreshed once it hit 100% on modal, addMedia not respecting it model_type
Call to undefined method App\Models\Offer::getMedia()
error. Querying the Application::where('id', 'record->application_id')
also give the same error. Putting HasMedia
and InteractsWithMedia
on Offer modal works but the model_type was entered as Offer instead of Application inside the database....
Model Policy is loading in filament resource and breaking
withoutGlobalScope() with Column Relationships
TextColumn::make('author.name')
...Is it possible to pass data to View::make() ?
Request Problem crud operation
