Laravel Artisan Migration Command: The migrate:install Command
The migrate:install command is used to create the migrations database table. It defines only one optional parameter database . The database option can be used to specify the database connection to use when running the migrations. By default this...