Initialer Laravel Commit für BetiX
This commit is contained in:
12
routes/console.php
Normal file
12
routes/console.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use App\Console\Commands\ReencryptUserData;
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
// Note: Registering commands via Artisan::starting is not supported in this framework version.
|
||||
// If needed, register commands in app/Console/Kernel.php or rely on auto-discovery.
|
||||
Reference in New Issue
Block a user