Documentation

ImportDataCommand extends Command
in package

Table of Contents

Properties

$description  : string
The console command description.
$signature  : string
The name and signature of the console command.

Methods

handle()  : mixed
Execute the console command.

Properties

$description

The console command description.

protected string $description = 'Import data from a remote application to the local application.'

$signature

The name and signature of the console command.

protected string $signature = 'loom:import-data {url}'

Methods


        
On this page

Search results