// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
qlock.kodsolutions.net
/
routes
[ PARENT ]
EDIT :: console.php
<?php use Illuminate\Foundation\Console\ClosureCommand; use Illuminate\Foundation\Inspiring; use Illuminate\Support\Facades\Artisan; Artisan::command('inspire', function () { /** @var ClosureCommand $this */ $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote');
SAVE
CANCEL