main
run
public function run() { // first populate roles & permissions $this->call(RoleTableSeeder::class); $this->call(AuthPermissionSeeder::class);