PHP Classes

File: routes/console.php

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   News Aggregator Backend   routes/console.php   Download  
File: routes/console.php
Role: Configuration script
Content type: text/plain
Description: Console route configuration script
Class: News Aggregator Backend
Aggregate news from sites that provide RSS feeds
Author: By
Last change:
Date: 19 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');