introduce new action "play" to play the sounds and "details" to show more
<?phpuseIlluminate\Database\Seeder;useIlluminate\Database\Eloquent\Model;classDatabaseSeederextendsSeeder{/** * Run the database seeds. */publicfunctionrun(){Model::unguard();// $this->call('UserTableSeeder');}}