BuildFrontendCommand
        
        extends BaseCommand
    
    
            
            in package
            
        
    
    
    
Builds and hosts the frontend in our app server for production
Tags
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'
    
    
    
$name
    protected
        string
    $name
     = 'frontend:build'
    
    
    
Methods
returnAllFilesInDir()
    public
            static        returnAllFilesInDir(string $dir) : string
    Parameters
- $dir : string
Return values
stringconfigure()
    protected
                    configure() : void
    execute()
Scaffolds a full frontend framework
    protected
                    execute(InputInterface $input, OutputInterface $output) : int
    Parameters
- $input : InputInterface
- $output : OutputInterface