C:\xampp\htdocs\socialmedialv>php artisan db:Seed
Seeding: LaratrustSeeder
Truncating User, Role and Permission tables
Error
Class 'Laratrust\Models\LaratrustRole' not found
at C:\xampp\htdocs\socialmedialv\app\Role.php:7
3| namespace App;
4|
5| use Laratrust\Models\LaratrustRole;
6|
> 7| class Role extends LaratrustRole
8| {
9| public $guarded = [];
10| }
11|
1 C:\xampp\htdocs\socialmedialv\vendor\composer\ClassLoader.php:444
include()
2 C:\xampp\htdocs\socialmedialv\vendor\composer\ClassLoader.php:322
Composer\Autoload\includeFile("C:\xampp\htdocs\socialmedialv\vendor\composer/../../app/Role.php")