所有类别

  • composer创建tp项目,提示You can also run `php --ini`解决方法

    To enable extensions, verify that they are enabled in your .ini files: - D:\phpStudy\PHPTutorial\php\php-7.2.1-nts\php.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.Installation failed, reverting .…

    2023-09-13 232

  • 通过composer安装TP依赖的详细教程

    没有安装fileinfo扩展出现如下错误:Loading composer repositories with package informationUpdating dependenciesYour requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires alipaysdk/easysdk 2.0 -…

    2023-09-13 322

  • 解决composer更新依赖php版本冲突

    composer install报错Your requirements could not be resolved to an installable set of packages.Problem 1 - Installation request for league/flysystem 1.0.49 -> satisfiable by league/flysystem[1.0.49]. - league/flysystem 1.0.49 requires ext-file…

    2023-09-13 213

  • 使用composer安装时提示错误Cloning failed using an ssh key...

    在使用composer安装依赖时报如下错误:Executing command (CWD): git config github.accesstokenCloning failed using an ssh key for authentication, enter your GitHub credentials to access private reposExecuting command (CWD): hostnameHead to https://github.…

    2023-09-13 254

  • ‘vue’不是内部或外部命令,也不是可运行的程序或批处理文件

    【问题】在 CMD 中通过 vue 指令使用初始化项目或者查询 vue 的版本时,会出现下面报错信息:vue 不是内部或外部命令,也不是可运行的程序或批处理文件。1. 先查看 npm 是否已正确安装,在 cmd 中输入如下指令: npm -v 若显示版本号则说明安装正确,否则重新安装 npm 2…

    2023-09-11 309