PHP Classes

File: routes/console.php

Recommend this page to a friend!
  Classes of Edward Paul   Tower of Hanoi   routes/console.php   Download  
File: routes/console.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Tower of Hanoi
Implement the Tower of Hanoi game on the Web
Author: By
Last change:
Date: Yesterday
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();