As soon, I am typing php artisan db:seed command.
php artisan db:seed
I\'m getting Error Like:
[ReflectionException] Clas
You need to assign it to a name space for it to be found.
namespace App\Http\Controllers;