Pionia Core

BuildFrontendCommand extends BaseCommand
in package

Builds and hosts the frontend in our app server for production

Tags
since
1.1.6

Table of Contents

Properties

$description  : string
$name  : string

Methods

returnAllFilesInDir()  : string
configure()  : void
execute()  : int
Scaffolds a full frontend framework

Properties

$description

protected string $description = 'Prepares, builds and serves the frontend build files in the Pionia server'

Methods

returnAllFilesInDir()

public static returnAllFilesInDir(string $dir) : string
Parameters
$dir : string
Return values
string

execute()

Scaffolds a full frontend framework

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Tags
throws
Throwable
Return values
int

        
On this page

Search results