Ask New Question
Login or Register
- Call to undefined method Database\Seeders\ in Laravel 8 db:seed
I am trying to run the the db:seed command in Laravel 8 and getting the following error:
———-
Class ‘Database\Seeders\expense’ not found
at D:\wamp64\www\lara8\database\seeders\ExpenseSeeder.php:17
13▕ */
14▕ public function run()
15▕ {
16▕ //
➜ 17▕ expense::factory()->times(10)->create();
————
Please help me to fix the issue
Viewing 1 replies (of 1 total)