File path: dist/twist/Core/Models/Install.model.php
Namespace: Twist\Core\Models
removePackage
— Remove a package, un-registers it from the framework
Name | Description |
---|---|
$strPackageSlug | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPackageSlug = 'foo';
//Call the function removePackage with the example vars
\Twist\Core\Models\Install::removePackage($strPackageSlug);