无法使用 tinker

您好,请问在命令行输入 php artisan tinker 后,屏幕显示
[ErrorException]
exec() has been disabled for security reasons

是不是有哪个安全选项需要开启?

jukzthebest

在php.ini里有个disabled_functions 参数,把里面的exec()方法去掉就好了

ArchmageZ 回复 jukzthebest

谷歌到这了,哈哈