PHP Classes

File: app-2/routes/console.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Laravel Cross App Auth   app-2/routes/console.php   Download  
File: app-2/routes/console.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel Cross App Auth
Link Laravel applications to share user management
Author: By
Last change:
Date: 14 days 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');