Created
November 14, 2012 05:05
-
-
Save Kindari/4070375 to your computer and use it in GitHub Desktop.
app/start/artisan.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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