永夜 Blog

浏览首页,报错:LogicException Please make sure the PHP Redis extension is installed and enabled.请确保已安装并启用 PHP Redis 扩展 0

Use phpredis php extension in Windows 10, Laravel 6 to store and fetch cached data

浏览量: 5 1. When using Redis with Laravel, there are two solutions, one is to install the phpredis php extension, and the other is to install the predis/predis package through composer. However, Predis has...

测试验证规则是否有效,确定有效 0

The process of implementing security authentication in Laravel 6, Module, and Lighthouse (using the @Rules directive, using the EXISTS rule)

浏览量: 7 1. The structure when the request responds successfully. as shown in Figure 1 2. However, at this stage, there is no security verification for the request parameters. Reference:https://lighthouse-php.com/master/security/validation.html#single-arguments. Lighthouse allows you to...

再次执行时,提示:Key conedevelopment/blade-filters is a duplicate in ./composer.json at line 91。Warning: The lock file is not up to date with the latest changes in composer.json 0

key conedevelopment/blade-filters is a duplicate in ./composer.json at line 91. Warning: the lock file is not up to date with the latest changes in composer.json

浏览量: 5 1. When executing composer install, an error is reported: classPine\BladeFilters\BladeFiltersnot found. as shown in Figure 1 2. Edit composer.json, add “conedevelopment/blade-filters”: “^0.8” 3. When executing again, the prompt: key ConeDevelopment/blade-filters is a...

在 Windows 10 中,内存占用持续超出 95% 。查看任务管理器,占用 98%。但是占用内存最大的 2 个进程加起来也不过 2GB。而内存总大小为 16GB。其他的进程占用内存都不大,理论上来说不至于占用比例这般地高了 0

In Windows 10, the memory usage continues to exceed 95%, but there is no high memory usage. Analysis and investigation of processes (heroku occupies 4GB of memory)

浏览量: 56 1. In Windows 10, the memory usage continues to exceed 95%. View Task Manager, occupies 98%. But the 2 processes that take up the largest memory add up to only 2GB. The...