block-explorer/routes/console.php
Ben van Hartingsveldt a39dacc347
Install Laravel 11
2025-05-01 11:13:30 +02:00

8 lines
210 B
PHP

<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');