PHP Classes

File: routes/console.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon DB Admin   routes/console.php   Download  
File: routes/console.php
Role: Application script
Content typex: text/plain
Description: Application script
Class: Jaxon DB Admin
Web application to manage SQL of databases
Author: By
Last change: Update of routes/console.php
Date: 2 months ago
Size: 210 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Foundation\Inspiring;
use
Illuminate\Support\Facades\Artisan;

Artisan::command('inspire', function () {
   
$this->comment(Inspiring::quote());
})->
purpose('Display an inspiring quote');