laravel-shop/workbench/routes/console.php

9 lines
219 B
PHP
Raw Permalink Normal View History

2025-12-03 13:18:38 +00:00
<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
// Artisan::command('inspire', function () {
// $this->comment(Inspiring::quote());
// })->purpose('Display an inspiring quote');