Welcome Guest, Not a member yet? Register   Sign In
Seeding -> Class not found
#3

Fix:

Instead of calling seeder like this:
PHP Code:
$seeder->call(SimpleSeeder'); 


Call it this way:

PHP Code:
$seeder->call('App\Database\Seeds\SimpleSeeder'); 
Reply


Messages In This Thread
Seeding -> Class not found - by mayo83 - 02-12-2019, 04:46 AM
RE: Seeding -> Class not found - by mayo83 - 02-13-2019, 01:33 AM
RE: Seeding -> Class not found - by mayo83 - 02-20-2019, 04:06 AM
RE: Seeding -> Class not found - by jasonzig - 03-04-2019, 07:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB