Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerni/statamic-fathom
Easily navigate to a shared Fathom site from Statamic's control panel
https://github.com/aerni/statamic-fathom
fathom fathom-analytics statamic statamic-addon
Last synced: 2 months ago
JSON representation
Easily navigate to a shared Fathom site from Statamic's control panel
- Host: GitHub
- URL: https://github.com/aerni/statamic-fathom
- Owner: aerni
- License: mit
- Created: 2021-01-29T17:31:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T15:38:22.000Z (7 months ago)
- Last Synced: 2024-09-17T17:57:46.625Z (3 months ago)
- Topics: fathom, fathom-analytics, statamic, statamic-addon
- Language: PHP
- Homepage: https://statamic.com/addons/aerni/fathom
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Statamic](https://flat.badgen.net/badge/Statamic/5.0+/FF269E) ![Packagist version](https://flat.badgen.net/packagist/v/aerni/fathom/latest) ![Packagist Total Downloads](https://flat.badgen.net/packagist/dt/aerni/fathom) ![License](https://flat.badgen.net/github/license/aerni/fathom)
# Fathom
This addon adds a Fathom navigation item to the Statamic control panel so users can easily navigate to a shared Fathom site.## Installation
Install the addon using Composer.```bash
composer require aerni/fathom
```## Basic Usage
Add the link of your shared Fathom site to your `.env` file:```env
FATHOM_LINK="https://app.usefathom.com/share/yourSharedLink"
```A new `Fathom` navigation item will be added to the `Tools` section in the Statamic control panel.