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 | 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.
string getFullName()
Get the full package name.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Workbench/Package.html