khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
431 stars 90 forks source link

ReflectionException : Class WorldTablesSeeder does not exist #15

Closed MikeNLSN closed 5 years ago

MikeNLSN commented 5 years ago

ReflectionException : Class WorldTablesSeeder does not exist

Tried running php artisan db:seed --class="WorldTablesSeeder" to manually run seeders and same error.

MikeNLSN commented 5 years ago

UPDATE:

Added path in classmap (composer.json file). Solved.