Update laravel framework, to laravel 11

This commit is contained in:
2025-01-12 15:28:45 +11:00
parent f460af7a47
commit 81014b9509
47 changed files with 1731 additions and 4078 deletions

View File

@@ -1,19 +0,0 @@
<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
/*
|--------------------------------------------------------------------------
| 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');