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
How did you change the default path? I see it takes a path of using public function getSeedPath() { return base_path() . config('iseed::config.path'); }
Not sure how to override it. Maybe you have an example. Didn't find anything in the Readme file.
Love the fact you can change the path for where your seeders get written, however if they're inside a package the namespace also needs changing from
namespace Database\Seeders;
to
namespace Author\PackageName\path\path
Could
namespace
be another option added to config?The text was updated successfully, but these errors were encountered: