We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ec37d commit 2f716cdCopy full SHA for 2f716cd
src/Loaders/BaseLoader.php
@@ -26,6 +26,7 @@ public function init()
26
$config->setVerbosity(Configuration::VERBOSITY_QUIET);
27
$config->setHistoryFile(defined('PHP_WINDOWS_VERSION_BUILD') ? 'null' : '/dev/null');
28
$config->setRawOutput(false);
29
+ $config->setUsePcntl(false);
30
31
if (class_exists('Illuminate\Support\Collection') && class_exists('Laravel\Tinker\TinkerCaster')) {
32
$config->getPresenter()->addCasters([
0 commit comments