sdousley
Missing required parameter for View route
Other than adding the new Step and Repeater (within the steps) didn't add anything to CreateCustomer, but removing that, I still had the same error.
Adding the getRedirectUrl() method you pasted made it work now (though it didn't save the repeater, but that is likely me not fully completing the required steps
8 replies
Livewire Component within tabs in Resource View
I have, however, since found that by adding the RelationsManagers for models and defining the code in the view customer blade template to show the relations, that actually works as I was trying to make work with the tabs. Plus being more natively filament, is probably better
10 replies
Livewire Component within tabs in Resource View
Sorry, yes, I should have included that, so in
App\Filamenet\Resources\CustomerResource
I have the infolist method, and in that, i have:
ListVIPs is the Livewire component, which has the table method to display the results, I'm guessing I just need some way to filter in the ->query() method, but that's where I'm unsure
10 replies