Documentation

AbstractScaffoldCommand.php

Interfaces, Classes, Traits and Enums

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