定制 b4mtech/laravel-umami 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

b4mtech/laravel-umami

最新稳定版本:v3.0.0

Composer 安装命令:

composer require b4mtech/laravel-umami

包简介

A package to add umami analytics to your laravel application

README 文档

README

alt Laravel Umami Latest Version on Packagist Total Downloads GitHub Actions

Laravel Umami

This packages consist of a larvel component to be used with your own umami analytics server.

Installation

You can install the package via composer:

composer require b4mtech/laravel-umami

Publish Items

You should publish the config using the following command:

php artisan vendor:publish --provider="B4mtech\LaravelUmami\LaravelUmamiServiceProvider" --tag="umami-config"

If you want to customize the blade component:

php artisan vendor:publish --provider="B4mtech\LaravelUmami\LaravelUmamiServiceProvider" --tag="umami-view-component"

Usage

As long as the UMAMI_WEBSITE_ID is set the blade component will be displayed. The following will need to be added inside your head html tags.

@showUmami
<x-laravel-umami::umami />
@endshowUmami

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mark@bandmtechnologies.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

统计信息

  • 总下载量: 3.09k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-01-12