Filtering select options on-fly
live()
/reactive()
, added a relationships' modifyQueryUsing
closure to do the filtering which yields a correct query after dumping it and I have tried to set it in ->options(...
by using closure. But nothing really seems to work as options are not updating.
...CheckboxList
instead, it can properly re-render available options as my intention was. Don't think that Select
is really capable of that without re-opening it.Nested modal
Native DateTimePicker
How to sort the order of resources in the global search result?
How to use a custom policy for a custom resource page or disable authorization entirely?
download
for this resource. How can I manage access to the page? It seems like the model policies take precedence over the canAccess()
-method of the page. So the "normal" model policies deny access to the custom resource download page, because I can't define the download policy for this resource page.Create resource not found
resources/CustomerResource/CreateCustomer.php
- The page is correctly listed in getPages()
...create
route below the view
route so it tries to look for a record with the slug create
.Allowed memory size of 134217728 bytes exhausted (tried to allocate 31817560 byte
testing table action
getPages()
function on the resource ...`replaceMountedAction()` seems not to be available in the `modalCancelAction` is that correct?
replaceMountedAction()
method in the modalCancelAction
action but it doesn't do anything. Is it correct that it can't be used there? Or is there any workaround? I want to have two buttons in a modal that go to another action modal.How to setup active and inactive under user
Undefined variable $unreadNotificationsCount
Import action Filepond initialization issue
Table TextInputColumn Update Other Model
Show file uploaded in Infolist
How can I create a custom dashboard?
How to disable create button on Wizard's last step using Alpine?
Generic admin panel (not related to table/model)
use InteractsWithForms;
I would like to create a feedback form connected to a user id throught the shared table.
BulkAction options based on selected records.
Input Masking not rendering in Edit Mode