haxibiao / matomo
哈希表matomo
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
This package is auto-updated.
Last update: 2024-10-13 13:38:17 UTC
README
haxibiao/matomo 是哈希表matomo的通用封装 欢迎大家提交代码或提出建议
导语
环境要求
- 如果开启MATOMO_USE_SWOOLE, 需要当前服务器pecl install swoole然后service php-fpm restart
安装步骤
composer.json
改动如下: 在repositories
中添加 vcs 类型远程仓库指向http://code.haxibiao.cn/packages/haxibiao-matomo
- 执行
composer require haxibiao/matomo
- 如果不是laravel 5.6以上,需要执行
php artisan matomo:install
来添加MatomoServiceProvider - 需要 pecl instal swoole
- php artisan matomo:publish
- ops/workers/web 下复制一个类似答赚和答妹下的conf文件,借助ops worker.sh 自动运行 php artisan matomo:proxy
- 完成
如何完成更新?
远程仓库的composer package发生更新时如何进行更新操作呢?
- 执行
composer update haxibiao/matomo