Quantcast
Channel: Laravel News
Viewing all articles
Browse latest Browse all 1790

In Laravel 5.5 “vendor:publish” Gets A Provider Prompt

$
0
0

In previous versions of Laravel the vendor:publish command will publish everything it finds, this includes configs, views, migrations, and more.

Thanks to Trevor Fitzgerald starting with Laravel 5.5, that is due out in July, running this command without any flags will prompt you to pick a provider or tag to make it easier to only publish what you’d like.

Here is a great animated gif showing this action: (click to enlarge)

Laravel 5.5 Vendor Publish

The prompt can be bypassed by using either the --all or --provider flag. This means you can still use it in automated deployments and in your package instructions.


Viewing all articles
Browse latest Browse all 1790

Trending Articles