9 lines
246 B
PHP
9 lines
246 B
PHP
<?php
|
|
|
|
use Illuminate\Foundation\Inspiring;
|
|
use Illuminate\Support\Facades\Artisan;
|
|
|
|
Artisan::command('whoami', function () {
|
|
$this->comment('A simple Laravel Inertia Dashboard for Digimetrica test');
|
|
})->purpose('This app whoami command!');
|