SongsTableSeeder.php should be in database/seeds directory
Console command steps:
composer dump-autoload
and then:
php artisan cache:clear
and then:
php artisan optimize
and then:
php artisan db:seed
or:
php artisan db:seed --class=SongsTableSeeder