laravel / tinker

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

I got ^[[A and ^[[B instead of prev and next command #117

Closed devig closed 3 years ago

devig commented 3 years ago

Description:

Steps To Reproduce:

1) php artisan tinker 2) press arrow up or arrow down on your keyboard

devig commented 3 years ago

Solution: apt install rlwrap rlwrap php artisan tinker