Getting In Container.php line 752: Class RoleTableSeeder does not exist error, when trying to seed a role in Laravel
As mentioned in the comments:
Run: composer dump-autoload
.
If Composer\Exception\NoSslException
exception is thrown, you may need to run composer config -g -- disable-tls true
before composer dump-autoload
.