PHP Classes

File: routes/console.php

Recommend this page to a friend!
  Classes of Stanley Aloh   Inventory Assignment   routes/console.php   Download  
File: routes/console.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Inventory Assignment
Manage the inventory of stored products
Author: By
Last change:
Date: 25 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();