Skip to content

Instantly share code, notes, and snippets.

@nulpatrol
Created January 18, 2017 15:30
Show Gist options
  • Save nulpatrol/ff0263f3a444a48bfeefa0078c4d71a8 to your computer and use it in GitHub Desktop.
Save nulpatrol/ff0263f3a444a48bfeefa0078c4d71a8 to your computer and use it in GitHub Desktop.
console route
<?php
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment