配置config\logging.php 使用use Illuminate\Support\Facades\Log;Log::channel('...
git branch -a 查看所有分支git checkout branch_name 切换到 branch_name 分支 g...
1. 在windows本地先安装DockerToolbox-18.03.0-ce.exe工具 DockerToolbox下载路径:http://...
Redis::set('name', '张三') //添加Redis数据Redis::setnx('name', '张三') ...
在宝塔面板中安装 Redis 。 修改 Redis 配置: a:将 bind 127.0.0.1 修改为 bind 0.0.0.0 b:将 r...
在 App\Providers\AppServiceProvider 文件中,boot方法中添加 App\Http\Controllers\M...
在/app/Http/Controller/文件夹下创建了一个Admin文件夹 在项目routes目录下添加路由文件admin.php。 修改/...
return redirect()->route(''); return redirect(''); return Redirect::to('');
Git操作的过程中突然显示Another git process semms to be running in this repository,...