Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created January 17, 2015 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syossan27/c36e5b366f9a7f3636bf to your computer and use it in GitHub Desktop.
Save syossan27/c36e5b366f9a7f3636bf to your computer and use it in GitHub Desktop.
<?php
/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/
Artisan::add(new ViewsCommand);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment