Closed weiba0 closed 3 years ago
php -e bin/hyperf.php start 后 阻塞在这里
php -e bin/hyperf.php start 后 阻塞在这里
When using yasd, if the framework starts slowly (most of the time it's because the framework is scanning a lot of files), you can execute the following command.
composer dump-autoload -o
Then modify the following configuration config/config.php:
'scan_cacheable' => env('SCAN_CACHEABLE', true)
我们已经等待了差不多十分钟了,但是还是没有任何输出
我们已经等待了差不多十分钟了,但是还是没有任何输出
方便加一个微信吗?我的微信:codinghuang
调试后发现,是path mapping
没有配置对。