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.
我Full REPL not supported. Falling back to simple shell.在尝试运行时遇到此错误php artisan tinker。
Full REPL not supported. Falling back to simple shell.
php artisan tinker
我使用的是 windows 8.1、xampp 和 laravel 5。我查看了php.ini文件,没有任何禁用的功能(disable_functions =)
php.ini
disable_functions =
尝试使用 Laravel Homestead Vagrant box - 它可以让你访问正确的 REPL。更好的是,如果你正在使用它来部署它,它将提供与 Laravel Forge 非常相似的环境。