InstallCommand
class InstallCommand extends Command (View source)
Traits
Properties
protected | $signature | ||
protected | $description |
Methods
void
copyStubToApp(string $stub, string $targetPath, array $replacements = [])
No description
from
CanManipulateFiles
bool
generatePanel(string|null $id = null, string $default = '', string $placeholder = '', bool $force = false)
No description
from
CanGeneratePanels
int
__invoke()
No description
void
askToStar()
No description
bool
installAdminPanel()
No description
void
installScaffolding()
No description
static void
updateNpmPackages(bool $dev = true)
No description
static array
updateNpmPackageArray(array $packages)
No description
void
installUpgradeCommand()
No description
Details
protected bool
checkForCollision(array $paths)
No description
protected void
copyStubToApp(string $stub, string $targetPath, array $replacements = [])
No description
protected bool
fileExists(string $path)
No description
protected void
writeFile(string $path, string $contents)
No description
protected string
getDefaultStubPath()
No description
bool
generatePanel(string|null $id = null, string $default = '', string $placeholder = '', bool $force = false)
No description
int
__invoke()
No description
protected void
askToStar()
No description
protected bool
installAdminPanel()
No description
protected void
installScaffolding()
No description
static protected void
updateNpmPackages(bool $dev = true)
No description
static protected array
updateNpmPackageArray(array $packages)
No description
protected void
installUpgradeCommand()
No description