FilamentF
Filament3y ago
Pan

Moving specific Resource for a different panel

In my Admin Panel there is a resource called UserResource, and I want to move this to the resource path for my moderator panel, however I get an error, see attached images.
I have tried the 'composer dump-autoload' & 'php artisan optimze:clear'
image.png
image.png
image.png
image.png
Solution
You need to adjust any use statements in all your classes too.
Was this page helpful?