PHP Classes

File: backend/routes/console.php

Recommend this page to a friend!
  Classes of Edward Paul   Task List   backend/routes/console.php   Download  
File: backend/routes/console.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Task List
Manage and share a list of tasks
Author: By
Last change:
Date: 7 days ago
Size: 220 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')->hourly();