摘要: 需求 需求:多个项目共用一个tp5.1核心库(原来的thinkphp 是在项目的根目录下面,现在需要提出来) 如: 要保证其他的项目正常运行,需要配置那些东西呢? 配置 项目的think文件配置 你按照需求将thinkphp移到上一级目录,这时候你进入到项目目录打开命令行窗口运行 php think 阅读全文
posted @ 2020-06-05 22:57 makalo 阅读(1054) 评论(0) 推荐(0)
摘要: 错误提示: warning: LF will be replaced by CRLF in xxx The file will have its original line endings in your working directory 原因 注解: **LF:Line Feed 换行** ** 阅读全文
posted @ 2020-06-05 13:44 makalo 阅读(511) 评论(1) 推荐(0)