V4 Nested Resources
Has anybody started using nested resources in version 4 once I try accessing the nested list I get 404
Parent Resource
Nested Resource
ManageReviewProgramSections
Solution:Jump to solution
I think you should add to it the parent resource
```php
public static function getPages(): array
{...
8 Replies
GitHub
filament/docs/03-resources/08-nesting.md at 4.x · filamentphp/fila...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
Already registered
ManageReviewProgramSections
The page added to the nested resource
Solution
I think you should add to it the parent resource
Still not working
the route appears fine in the
route:list

I recommend reviewing your resources because the N Resource feature works well here
I will check in a new project and update you.
GitHub
GitHub - malzariey/nested_resource
Contribute to malzariey/nested_resource development by creating an account on GitHub.
minimal reproduction
after I click the action I get
Unable to resolve dependency [Parameter #0 [ <required> string|int $record ]] in class Filament\Resources\Pages\ManageRelatedRecords
Happens after clicking the link of the action below
Action
Not sure what I am doing wrong :\
Doesnt appear to work if I define the page in the parent and not in the nested resource
ok, it works now,
needed to switch between these
thanks for pointing that out