Struggling with Sadie Permissions

Hi everyone, I am trying to setup basic users and permissions following this tutorial series
https://www.youtube.com/watch?v=M2ejNIGtaCs&list=PLW-lITXBwAP-E0Lb627NzOgQx65Z_Wumv&index=3

I am running into issues with the database seeder where I have created the RolesAndPermissionsSeeder as it directed me in the tutorial, however trying to call the class in the Database seeder is throwing an error and i am really confused and overwhelmed as what to do. I think its simple i am just new to filiment and laravel in general.
Screenshot_2023-08-16_at_18.16.51.png
YouTubeDesignated Coder
How to build a Laravel Admin Panel. Built with Laravel 9, Filament, Spatie's Laravel-Permissions, Jetstream, Livewire, and Tailwind CSS.

In this part, we install Spatie's Laravel-Permission to handle our Authorizations.

Project name will be Coder's Filament Admin Panel.

We will only be using the default authentication setup with Laravel, Jets...
Was this page helpful?