Friday, September 2, 2016

[ReflectionException] Class TableSeeder does not exist

You need to put *TableSeeder into file *TableSeeder.php in the same directory where you have your DatabaseSeeder.php file.
And you need to run in your console:
composer dump-autoload
to generate new class map and then run:
php artisan db:seed
I've just tested it. It is working without a problem in Laravel 5