Свойство | Type | Description | |
---|---|---|---|
$envs |
Méthode | Description | |
---|---|---|
fire ( ) : mixed | Execute the console command. |
Méthode | Description | |
---|---|---|
hasLarassetJs ( ) : boolean | Does user have larasset-js module installed? | |
hasNode ( ) : boolean | Does user have Node.js installed? | |
hasNpm ( ) : boolean | Does user have Npm installed? | |
normalizePath ( string $path ) : string | Windows platform support: Convert backslash to slash | |
packagePath ( ) : string | Returns package absolute path | |
useWindows ( ) : boolean | Check if the PHP server is under Windows Operating System |
protected hasLarassetJs ( ) : boolean | ||
Résultat | boolean |
protected normalizePath ( string $path ) : string | ||
$path | string | |
Résultat | string |
protected packagePath ( ) : string | ||
Résultat | string |
protected useWindows ( ) : boolean | ||
Résultat | boolean |