Installer
    
            
            in package
            
        
    
    
    
Aloe Installer ----------------- Quickly install directories and files in a leaf workspace
Tags
Table of Contents
Methods
- installPackages() : mixed
 - Install package from composer
 - installRoutes() : mixed
 - Install routes from routes folder into leaf workspace
 - magicCopy() : mixed
 - Auto-magically copy all files and folders from specified folder into Leaf workspace
 
Methods
installPackages()
Install package from composer
    public
            static        installPackages(string $packages) : mixed
    Parameters
- $packages : string
 - 
                    
The packages to install
 
installRoutes()
Install routes from routes folder into leaf workspace
    public
            static        installRoutes(mixed $routesDir[, mixed $routeFile = 'index.php' ]) : mixed
    Parameters
- $routesDir : mixed
 - $routeFile : mixed = 'index.php'
 
magicCopy()
Auto-magically copy all files and folders from specified folder into Leaf workspace
    public
            static        magicCopy(string $installablesDir) : mixed
    Parameters
- $installablesDir : string
 - 
                    
The folder holding items to install