https://github.com/fitzwilliammuseum/fitz-axiell-analytics
A repo for a laravel app tracking Axiell data
https://github.com/fitzwilliammuseum/fitz-axiell-analytics
laravel
Last synced: 2 months ago
JSON representation
A repo for a laravel app tracking Axiell data
- Host: GitHub
- URL: https://github.com/fitzwilliammuseum/fitz-axiell-analytics
- Owner: FitzwilliamMuseum
- License: gpl-3.0
- Created: 2021-12-14T12:47:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:05:48.000Z (over 3 years ago)
- Last Synced: 2025-01-14T10:48:42.661Z (over 1 year ago)
- Topics: laravel
- Language: PHP
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Adlib reporting
[](https://zenodo.org/badge/latestdoi/438250158)
A simple application that will provide adlib/axiell/google analytics reporting functions and allows one to search for current object location.

## Installation
To install this simple laravel application you will need to run the following.
```bash
$ git clone https://github.com/FitzwilliamMuseum/fitz-axiell-analytics.git
$ cd fitz-axiell-analytics
$ composer install
$ php artisan key:generate
$ cp .env.example .env
```
Then edit the .env file with variables (found in password vault as a copy) and install the google services credential file at:
```bash
/storage/app/analytics/service-account-credentials.json
```
This file can be downloaded from our password vault.
## License
This is licensed under GPLV3 and written by Daniel Pett @portableant