File path: dist/twist/Core/Models/Install.model.php
Namespace: Twist\Core\Models
package
— Install a package, this is required before a package can be run by the framework
Name | Description |
---|---|
$dirPackageJSON | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirPackageJSON = '/home/user/public_html/twist';
//Call the function package with the example vars
\Twist\Core\Models\Install::package($dirPackageJSON);