Laravel Artisan Migration Command: The migrate:install Command
…option can be used to specify the database connection to use when running the migrations. By default this option is set to value held in the database.default configuration entry (which is set to mysql by default). The following example...