Page MenuHomeDevCentral

Inspire.php
No OneTemporary

Inspire.php

<?php
namespace Nasqueron\Notifications\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Foundation\Inspiring;
class Inspire extends Command {
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'inspire';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Display an inspiring quote';
/**
* Executes the console command.
*/
public function handle() : void {
$this->comment(PHP_EOL . Inspiring::quote() . PHP_EOL);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jul 28, 09:33 (12 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2786129
Default Alt Text
Inspire.php (602 B)

Event Timeline