class
Illuminate
/
Foundation
/
Events
/
VendorTagPublished
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
VendorTagPublished
Properties
public
$tag string
The vendor tag that was published.
Default: null
public
$paths array
The publishable paths registered by the tag.
Default: null
Methods
public
__construct ( $tag , $paths ) : void
Create a new event instance.
Parameters
- $tag string
- $paths array