Skip to content

Instantly share code, notes, and snippets.

@Kindari
Created November 14, 2012 05:05
Show Gist options
  • Save Kindari/4070375 to your computer and use it in GitHub Desktop.
Save Kindari/4070375 to your computer and use it in GitHub Desktop.
app/start/artisan.php
<?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.
|
*/
App::bind('command.info', 'InfoCommand');
$artisan->resolve('command.info');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment