Package

class Package (View source)

Properties

string $vendor The vendor name of the package.
string $lowerVendor The snake-cased version of the vendor.
string $name The name of the package.
string $lowerName The snake-cased version of the package.
string $author The name of the author.
string $email The email address of the author.

Methods

void __construct(string $vendor, string $name, string $author, string $email)

Create a new package instance.

string getFullName()

Get the full package name.

Details

void __construct(string $vendor, string $name, string $author, string $email)

Create a new package instance.

Parameters

string $vendor
string $name
string $author
string $email

Return Value

void

string getFullName()

Get the full package name.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Workbench/Package.html