Skip to content

Commit 99b4d23

Browse files
committed
Adds install instructions
1 parent 86d3cab commit 99b4d23

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ Builder implements a Rapid Application Development process that automates the bo
66

77
Plugins created with the help of Builder are no different to plugins that you would usually create by hand. That means that you can continue to use your usual “hands on” workflow for updating your servers, managing the code versions and sharing work with your teammates.
88

9+
**What's New!** Builder has been revamped to support October CMS v3, including dark mode, updated specifications, a Tailor import tool, and a new inline code editor.
10+
11+
## Requirements
12+
13+
- October CMS 3.3 or above
14+
15+
### Installation
16+
17+
Run the following to install this plugin:
18+
19+
```bash
20+
php artisan plugin:install RainLab.Builder
21+
```
22+
23+
To uninstall this plugin:
24+
25+
```bash
26+
php artisan plugin:remove RainLab.Builder
27+
```
28+
29+
If you are using October CMS v1 or v2, install v1.2 with the following commands:
30+
31+
```bash
32+
composer require rainlab/builder-plugin "^1.2"
33+
```
34+
935
## Video Tutorial
1036

1137
We also recorded a video tutorial showing how to use the plugin to build a simple library plugin: [watch the video](https://vimeo.com/154415433).

0 commit comments

Comments
 (0)