Files
salt-minv-graph/routes/console.php
Jaroslav Drzik 575b55bdc2 Migracia na 6.0
- oprava chyb v log
- welcome.blade url uprava
2020-03-25 14:52:08 +01:00

19 lines
553 B
PHP
Executable File

<?php
use Illuminate\Foundation\Inspiring;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based console
| commands. Each Closure is bound to a command instance allowing a
| simple approach to interacting with each command's IO methods.
|
*/
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');