thinkphp中使用composer
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp中使用composer相关的知识,希望对你有一定的参考价值。
1. 如何建立一个新项目
composer create-project topthink/think 项目名称 --prefer-dist
2.引用第三方插件
首先是要安装,像下面这样
composer require jaeger/querylist
然后就可以了,就是这么神奇。
vendor/composer/autoload_psr4.php 中会有新安装的插件的信息。
以上是关于thinkphp中使用composer的主要内容,如果未能解决你的问题,请参考以下文章
thinkphp5.0.7 &===composer更新===& thinkphp5.0.9 debug “controller not found”(示例代码
[视频教程] 使用composer安装使用thinkphp6.0框架
使用composer更新thinkphp5或则yii2的版本