You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
I got the following error when seeding the database after creating a seed using the db-export:seed command:
[Symfony\Component\Debug\Exception\FatalErrorException]
Trait 'ViKon\Utilities\SeederProgressBarTrait' not found
I fixed this by adding vi-kon/laravel-utilities to my setup, but I think this should be included as a required in the laravel-db-exporter or remove the need for it.
The text was updated successfully, but these errors were encountered:
I got the following error when seeding the database after creating a seed using the
db-export:seed
command:I fixed this by adding
vi-kon/laravel-utilities
to my setup, but I think this should be included as a required in thelaravel-db-exporter
or remove the need for it.The text was updated successfully, but these errors were encountered: