配置config\logging.php 使用use Illuminate\Support\Facades\Log;Log::channel('pay_abnormal')-...
配置config\logging.php 使用use Illuminate\Support\Facades\Log;Log::channel('pay_abnormal')-...
git branch -a 查看所有分支git checkout branch_name 切换到 branch_name 分支 git checkout --t...
1. 在windows本地先安装DockerToolbox-18.03.0-ce.exe工具 DockerToolbox下载路径:http://mirrors.aliyun....
Redis::set('name', '张三') //添加Redis数据Redis::setnx('name', '张三') //键名存在,添加失败,返回0...
在宝塔面板中安装 Redis 。 修改 Redis 配置: a:将 bind 127.0.0.1 修改为 bind 0.0.0.0 b:将 requirepass foob...
在 App\Providers\AppServiceProvider 文件中,boot方法中添加 App\Http\Controllers\Manage\HomeContr...
在/app/Http/Controller/文件夹下创建了一个Admin文件夹 在项目routes目录下添加路由文件admin.php。 修改/app/providers/R...
return redirect()->route(''); return redirect(''); return Redirect::to('');
Git操作的过程中突然显示Another git process semms to be running in this repository, e.g. an editor...
最近push代码到码云时,push失败,提示fatal: Authentication failed for,解决方法就是: 在git命令行中输入 git config --...