Composer
Oscar_e
这个作者很懒,什么都没留下…
展开
-
Homestead安装phpredis扩展
记录安装phpredis拓展过程$ cd ~$ git clone https://github.com/phpredis/phpredis.git$ cd phpredis //phpize版本要和php版本一致,我这里使用7.2版本.$ /usr/bin/phpize7.2$ ./configure --with-php-config=/usr/bin/php-config7.2//这里边也需要根据情况指定php-config的版本,且和phpize的版本保持一致原创 2021-05-05 14:51:58 · 160 阅读 · 0 评论 -
上传Composer包到Packagist,并在Thinkphp5.0中使用
本篇博客参考Laravel China 吴坷麟的文章 人人为我,我为人人!向社区发布自己的 Composer 包主要讲解如何上传Composer包到Packagist,并在Thinkphp5.0中使用。1.Github上创建仓库,并pull至本地。在本地cmd运行:git clone https://github.com/ouhaohan8023/test.git出现如下提示,运行成功2.初始化项...原创 2018-04-18 19:22:10 · 717 阅读 · 0 评论 -
Lnmp1.4 一键安装包 安装php readline扩展
composer install出现的问题Problem 1 - d11wtq/boris v1.0.10 requires ext-readline * -> the requested PHP extension readline is missing from your system. - d11wtq/boris v1.0.10 requires ext-readl...原创 2018-09-28 13:43:23 · 683 阅读 · 1 评论