Artisan.page

vendor:publish

Publish any publishable assets from vendor packages

Terminal
php artisan vendor:publish [--existing] [--force] [--all] [--provider [PROVIDER]] [--tag [TAG]]

Options

allOptional

Publish assets for all service providers without prompt

existingOptional

Publish and overwrite only the files that have already been published

forceOptional

Overwrite any existing files

providerOptional

The service provider that has assets you want to publish

tagOptional

One or many tags that have assets you want to publish