Solutions:
- Make sure the seeder is loaded by having following:
use Illuminate\Database\Seeder
- run the following:
composer dump-autoload
orcomposer dump-autoload -o
Comments
Post a Comment