Skip to content

Commit

Permalink
Merge branch 'add-command-config' of https://github.com/driesvints/ti…
Browse files Browse the repository at this point in the history
…nker into driesvints-add-command-config
  • Loading branch information
taylorotwell committed Oct 12, 2018
2 parents bb200c6 + 8e84b11 commit 3752490
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/tinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

return [

/*
|--------------------------------------------------------------------------
| Custom commands
|--------------------------------------------------------------------------
|
| Sometimes, you might want to make certain console commands available in
| Tinker. This option allows you to do just that. Simply provide a list
| of commands that you want to expose to Tinker.
|
| After registering you can call the commands just like other white listed
| Artisan commands in Tinker.
|
| >>> quote;
|
*/

'commands' => [
// 'quote' => App\Console\Commands\QuoteCommand::class,
],

/*
|--------------------------------------------------------------------------
| Alias Blacklist
Expand Down

0 comments on commit 3752490

Please sign in to comment.