Bånder

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


        
On this page

Search results