雷达智富

首页 > 内容 > 程序笔记 > 正文

程序笔记

composer search 搜索 packagist.org 依赖包

2024-09-11 14

search 命令简介" class="reference-link" target="_blank">1. search 命令简介


search 命令用于搜索 packagist.org 上的依赖包

使用场景 : 忘记了依赖包名还不想去 packagist.org 上搜索

search 命令使用示例" class="reference-link" target="_blank">2. search 命令使用示例


搜索 thinkphp官方依赖包

composer search topthink
$ composer search topthinktopthink/framework The ThinkPHP Framework.topthink/think-captcha captcha package for thinkphptopthink/think-helper The ThinkPHP6 Helper Packagetopthink/think-multi-app thinkphp6 multi app supporttopthink/think-orm think ormtopthink/think-template the php template enginetopthink/think-trace thinkphp debug tracetopthink/think-view thinkphp template drivertopthink/think the new thinkphp frameworktopthink/framework The ThinkPHP Framework.topthink/think-orm think ormtopthink/think-worker workerman extend for thinkphp6.0topthink/think-template the php template enginetopthink/think-swoole Swoole extend for thinkphptopthink/think-queue The ThinkPHP6 Queue Packagetopthink/think-migrationtopthink/think-helper The ThinkPHP6 Helper Packagetopthink/think-captcha captcha package for thinkphptopthink/think-view thinkphp template drivertopthink/think-trace thinkphp debug tracetopthink/think-testingtopthink/think-multi-app thinkphp6 multi app supporttopthink/think-mongo mongodb driver for thinkphp6.0

安装需要的依赖包

composer require topthink/think-view topthink/think-multi-app topthink/think-captcha
更新于:8天前
赞一波!

文章评论

全部评论