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
Hello, while I am trying to type: php artisan migrate --seed
it shows me the following error:
Seeding: ProjectTableSeeder
InvalidArgumentException : Database [tenant] not configured.
at D:\xampp\htdocs\laravel_multitenant\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:140
136| // If the configuration doesn't exist, we'll throw an exception and bail.
137| $connections = $this->app['config']['database.connections'];
138|
139| if (is_null($config = Arr::get($connections, $name))) {
140| throw new InvalidArgumentException("Database [{$name}] not configured.");
141| }
142|
143| return $config;
144| }
The text was updated successfully, but these errors were encountered:
Hello, while I am trying to type: php artisan migrate --seed
it shows me the following error:
Seeding: ProjectTableSeeder
InvalidArgumentException : Database [tenant] not configured.
at D:\xampp\htdocs\laravel_multitenant\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:140
136| // If the configuration doesn't exist, we'll throw an exception and bail.
137| $connections = $this->app['config']['database.connections'];
138|
139| if (is_null($config = Arr::get($connections, $name))) {
The text was updated successfully, but these errors were encountered: