【Laravel 5.5】 php artisan vendor:publish

vagrant@homestead:~/box2/[Project]$ php artisan vendor:publish

 Which provider or tag's files would you like to publish?:
  [0 ] Publish files from all providers and tags listed below
  [1 ] Provider: Fideloper\Proxy\TrustedProxyServiceProvider
  [2 ] Provider: Gloudemans\Shoppingcart\ShoppingcartServiceProvider
  [3 ] Provider: Illuminate\Mail\MailServiceProvider
  [4 ] Provider: Illuminate\Notifications\NotificationServiceProvider
  [5 ] Provider: Illuminate\Pagination\PaginationServiceProvider
  [6 ] Provider: Laravel\Tinker\TinkerServiceProvider
  [7 ] Tag: config
  [8 ] Tag: laravel-mail
  [9 ] Tag: laravel-notifications
  [10] Tag: laravel-pagination
  [11] Tag: migrations
 > 2

Copied File [/vendor/gloudemans/shoppingcart/config/cart.php] To [/config/cart.php]
Copied File [/vendor/gloudemans/shoppingcart/database/migrations/0000_00_00_000000_create_shoppingcart_table.php] To [/database/migrations/2020_03_05_113623_create_shoppingcart_table.php]
Publishing complete.
vagrant@homestead:~/box2/[Project]$