DatabaseDumpEmailCommand
extends Command
in package
Table of Contents
Properties
- $description : mixed
- $signature : mixed
Methods
- handle() : int
- createDatabaseDump() : mixed
Properties
$description
protected
mixed
$description
= 'Dump the whole database and email the SQL dump file to a specified email address'
$signature
protected
mixed
$signature
= 'database:dump-email {email? : The email address to send the dump to}'
Methods
handle()
public
handle() : int
Return values
intcreateDatabaseDump()
protected
createDatabaseDump() : mixed