larabug/oc-larabug-plugin

Official LaraBug plugin for October CMS

Installs: 247

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

Type:october-plugin

1.1.7 2021-10-05 10:35 UTC

This package is auto-updated.

Last update: 2024-05-04 18:53:30 UTC


README

68747470733a2f2f7777772e6c6172616275672e636f6d2f696d616765732f6c6172616275672d6c6f676f2d736d616c6c2e706e67

LaraBug

October CMS plugin

Installation

This plugin can be installed by either installing it from the October CMS Market Place (soon) or installing it with composer.

October CMS Market Place

Add the plugin to your project by the October CMS website or download & install it directly from the backend of your project.

Composer

Your October CMS project should have a composer.json file. If not, use the Market Place version.

composer require larabug/oc-larabug-plugin

Usage

The plugin comes with an easy settings page you can access from the backend. However, if you prefer to use the .env variables, that's an option too.

Settings page

Navigate to the settings page. You should see 'LaraBug' right at the bottom of the side menu.

Using .env variables

LB_KEY=
LB_PROJECT_KEY=
LB_ENVIRONMENTS=production,development

LB_KEY is your profile key which authorises your account to the API. LB_PROJECT_KEY is your project API key which you receive when creating a project. LB_ENVIRONMENTS contains the environments you want to catch exceptions for.

Get these variables at larabug.com

License

The larabug package is open source software licensed under the license MIT