Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 727 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 727 Bytes

Voyager - Appcenter crashes report

A simple utility that can be used to see all crashes in app center of Microsoft.

Installation Steps

1. Require the Package

it's so simple that you just need execute this command

php artisan hook:install voyager-appcenter-crashes

2. Config env

this package needs a .env file variable. You can find this information at https://appcenter.ms

APPCENTER_OWNER_APP=YOUR-OWNER-APP 
APPCENTER_APP_NAME=YOUR-APP-NAME,YOUR-APP-NAME,YOUR-APP-NAME... 
APPCENTER_API_TOKEN=YOUR-ACCESS-TOKEN
APPCENTER_LAST_OCCURRENCE_FROM=01-01-2000 

Example format date d-m-Y (default: 01-01-2000)

3. Check the view

Example url: http://localhost:8000/admin/crashes