\App\HelpersDevPackages

Composer helper to determine whether dev packages are available

Summary

Methods
Properties
Constants
available()
No public properties found
FILENAME
No protected methods found
No protected properties found
N/A
No private methods found
$available
N/A

Constants

FILENAME

FILENAME

Cache file name

Properties

$available

$available : null|boolean

Type

null|boolean

Methods

available()

available() : boolean

Get whether composer dev packages are available.

Allows us to use dev packages safely without having to call functions such as class_exists. See the source code of Kernel::commands to see how it is used.

Returns

boolean