摘要:
git update-index --assume-unchanged PATH 在PATH处输入要忽略的文件。 git update-index --assume-unchanged application/api/database.php git update-index --no-assume 阅读全文
摘要:
首先 composer 安装 firebase/php-jwt github:https://github.com/firebase/php-jwt composer require firebase/php-jwt使用 当用户登录时,如果有 token 并且没有过期,则得到用户信息,如果 toke 阅读全文