PackageManagerController
class PackageManagerController (View source)
The PackageManager class provides all methods required by the dashboard to manage packages.
Properties
static private | $composerFile | The path to the composer.json file. |
Methods
static Response
getOutdatedPackages()
Get a list of outdated packages.
static Response
getPackages()
Get a list of theme packages available on Packagist where the installed ones are at the beginning.
static array
getInstalled()
Get the array of installed packages.