Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 565d721

Browse files
authored
Update README.md
1 parent 9c53473 commit 565d721

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Easily see what's going on under the hood of your October application.
44

55
# Installation
66

7-
To install from the [Marketplace](https://octobercms.com/plugin/rainlab-debugbar), click on the "Add to Project" button and then select the project you wish to add it to and pay for the plugin. Once the plugin has been added to the project, go to the backend and check for updates to pull in the plugin.
8-
9-
To install from the backend, go to **Settings -> Updates & Plugins -> Install Plugins** and then search for `RainLab.DebugBar`.
10-
117
To install from [the repository](https://github.com/rainlab/debugbar-plugin), clone it into **plugins/rainlab/debugbar** and then run `composer update` from your project root in order to pull in the dependencies.
128

139
To install it with Composer, run `composer require rainlab/debugbar-plugin` from your project root.
@@ -18,4 +14,4 @@ Set `debug` to `true` in `config/app.php`, and the debugbar should appear on you
1814

1915
See [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) for more usage instructions and documentation.
2016

21-
To include exceptions in the response header of ajax calls set `debugAjax` to `true` in `config/app.php`.
17+
To include exceptions in the response header of ajax calls set `debugAjax` to `true` in `config/app.php`.

0 commit comments

Comments
 (0)