Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我键入php artisan tinkershell 时,就会出现,但每当我键入任何命令并按下ENTER键时,它都会将我带到一个新行。为什么?
php artisan tinker
~/.config/psysh/config.php如果还没有,请尝试创建一个文件并添加以下内容。
~/.config/psysh/config.php
<?php return [ 'usePcntl' => false, ];