laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.33k stars 130 forks source link

Add config option for custom commands #57

Closed driesvints closed 5 years ago

driesvints commented 5 years ago

This is a re-send for https://github.com/laravel/tinker/pull/46. Together with an example, this should be enough for people to add their own commands to the Tinker shell. Should also make things clear on how to add commands missing from the whitelist.