Page MenuHomePhorge

console.php
No OneTemporary

Authored By
Unknown
Size
553 B
Referenced Files
None
Subscribers
None

console.php

<?php
use Illuminate\Foundation\Inspiring;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based console
| commands. Each Closure is bound to a command instance allowing a
| simple approach to interacting with each command's IO methods.
|
*/
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 8:44 AM (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
43/1f/8c3f9b89b3f0d971a8840595f914
Default Alt Text
console.php (553 B)

Event Timeline