/
home
/
techb158
/
dev.balacoffee.com
/
routes
/
/home/techb158/dev.balacoffee.com/routes
mkdir
upload
Name
Size
Mode
Actions
api.php
26120
0644
edit
dl
rm
channels.php
569
0644
edit
dl
rm
console.php
612
0644
edit
dl
rm
web.php
3845
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/routes/console.php
(612B)
<?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');
Save
cmd:
run