Laravel homestead: Unknown database 'projectadmin_db'
问题 I am new to laravel. I use homestead for development. I have two database connection database.php 'cust_main_db' => [ 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'project_db', 'username' => 'homestead', 'password' => 'secret', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, ], 'admin_main_db' => [ 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'projectadmin_db', 'username' => 'homestead', 'password' => 'secret', 'charset' =>