vendor:publish

Publish any publishable assets from vendor packages

Options

  • all - Publish assets for all service providers without prompt Optional
  • force - Overwrite any existing files Optional
  • provider - The service provider that has assets you want to publish Optional
  • tag - One or many tags that have assets you want to publish Optional
php artisan vendor:publish [--force] [--all] [--provider [PROVIDER]] [--tag [TAG]]