Simply exclude the following file in your antivirus software if you are using Git Bash (inside Windows Terminal) on Windows and are seeing above error message.
1 | \Program Files\Git\usr\bin\winpty-agent.exe |
小峰的博客
Simply exclude the following file in your antivirus software if you are using Git Bash (inside Windows Terminal) on Windows and are seeing above error message.
1 | \Program Files\Git\usr\bin\winpty-agent.exe |
1 | <!DOCTYPE html> |
如果你仅需要一个单域名的证书,可以使用阿里云的免费证书,申请链接:https://common-buy.aliyun.com/?commodityCode=cas#/buy
On Laravel 5.8, you cannot use Log::useFiles() to create custom log files,after some digging around I found that I could add a channel to config/logging.php like this
1 | 'customlog' => [ |