SetupDevCommand
extends DevelopmentCommand
in package
Table of Contents
Properties
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
Methods
- handle() : int
- executeCommand() : int
- Execute the console command.
- database() : mixed
- envFile() : mixed
Properties
$description
The console command description.
protected
string
$description
= 'Migrates database, generates secret and seeds test users.'
$signature
The name and signature of the console command.
protected
string
$signature
= 'setup:dev {--fresh : Drop and re-create database}'
Methods
handle()
public
final handle() : int
Return values
intexecuteCommand()
Execute the console command.
protected
executeCommand() : int
Attributes
Return values
intdatabase()
private
database() : mixed
envFile()
private
envFile() : mixed