Why is the create button still rendering below even though I used a wizard?
Using infolist actions inside livewire component
Custom Page canAccess runs after mount ?
Default option for select filter
multiple()
so I need to return an array in default()
. Here was what fixed it for me: ->default([Filament::getTenant()->tenant->leadTypeProfiles()->base()->first()->id])
Separate Sessions for User and Admin Portals
Multiple definitions
Refresh form Select component via Section headerAction (inside Resource file)
Select
component after calling an approve()
method on a Review
model, which sets a model attribute called review_status_id
to ReviewStatus::Approved
(an enum case) and saves the record. This is all within the ReviewResource
file. If I refresh the browser, I see the updated status, but I'd like the Select
component automatically display the new status as the selected option. I'm sure this is easy to achieve, but unfortunately my knowledge of Livewire is somewhat limited at the moment.```php class ReviewResource extends Resource {...
How to make all tables have same options for pagination?
Filament - Google maps
Failed to lazy load a column in a table
illuminate/console
tenant switcher logs me out when using custom domains
SESSION_DOMAIN=.mydomain.com
SESSION_DOMAIN=.mydomain.com
Bolt Issues migrating
bolt_field_responses
add constraint bolt_field_responses_field_id_foreign
foreign key (field_id
) references bolt_fields
(id
))Lazy load a custom column in a table
Custom Pages By User
/rephub/dashboard?selectedUser=10
/rephub/dashboard?selectedUser=10
quick question about split
RelationManager table action always injects the same record
Toggle buttons not working in form integrated in custom ViewRecord page
ViewRecord
blade template. The form is defined in the Resource
as secondForm()
and then integrated into the ViewRecord
by defining the getForms()
method in the ViewRecord
class (e.g. UserResources/Pages/ViewUser.php). The form is rendered in the blade template via {{ $this->secondForm }}
. This works in principle, but for every Toggle
element used in the form I get the following console error: `Livewire Entangle Error: Livewire property ['d...slow performance and 500 errors with large data
Custom Table Name in RelationManager ?
modifyQueryUsing
, but it looks like it prefills that value......