Closed blitux closed 6 years ago
Works perfectly for me using PHP v7.1.8.
Would you mind try again in a clean Laravel install? Maybe this happens when used together with some other packages?
It seems the issue is solved now. It certainly happened before as I could reproduce it consistently using a clean laravel install, but now it's gone. Thank you @marktopper!
Description:
After a clean install of laravel and larapack/voyager-hooks:v1.0.4, the command
php artisan tinker
does not show the prompt ">>>" and works incorrectly. Autocompletion doesn't work, arrow keys throws escape characters.It seems like voyager-hooks is interfering with tinker or Psy Shell.
Steps To Reproduce:
laravel new test
php artisan tinker
. You will see the prompt ">>>"composer require larapack/voyager-hooks:v1.0.4
php artisan tinker
. You will see Psy Shell's welcome message and NOT the prompt ">>>"