2020年8月22日

centos下gitlab安装使用

摘要: 环境 阿里云,CentOS 6.8 x64。 设定源 新建 /etc/yum.repos.d/gitlab-ce.repo,内容为 [gitlab-ce] name=Gitlab CE Repository baseurl=https://mirrors.tuna.tsinghua.edu.cn/g 阅读全文

posted @ 2020-08-22 23:52 孤灯引路人 阅读(196) 评论(0) 推荐(0) 编辑

laravel框架使用jwt

摘要: 1.使用composer安装laravel里面的jwt工具包 composer require lcobucci/jwt 对应laravel里面安装包 2.jwt工具类 <?php /** * Created by PhpStorm. * User: season * Date: 2019/4/7 阅读全文

posted @ 2020-08-22 12:35 孤灯引路人 阅读(2147) 评论(0) 推荐(0) 编辑

导航