1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 13:59:58 -04:00
hypothetical/routes/console.php
2024-03-19 17:11:58 -04:00

8 lines
219 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')->hourly();