X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/blacklister/routes
home
/
mysptejz
/
public_html
/
blacklister
/
routes
/
ðŸ“
..
📄
api.php
(1.68 KB)
📄
channels.php
(558 B)
📄
console.php
(592 B)
📄
error_log
(20.66 KB)
📄
web.php
(1.67 KB)
Editing: console.php
<?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()); })->purpose('Display an inspiring quote');
Upload File
Create Folder