Documentation

Console

Namespaces

Commands

Interfaces, Classes, Traits and Enums

AbstractBaseCommand
Class that can be used as Base for other commands It exposes functions to unify the look&feel
AbstractCreateUserCommand
Class that can be used as Base for other commands It exposes functions to unify the look&feel
AbstractDatabaseSeedCommand
Class that can be used as Base for other commands It exposes functions to unify the look&feel
AbstractScaffoldCommand
This abstract class can be extended by commands to provide an easy way to create a bunch of files based on: 1. An array of stubFiles 2. A stubFolder where the stubFiles are located 3. A basePath in will files will be placed after string replacements 4. An array of string replacemens (searchStrings) in the format of search => replace

Search results