You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/collections/docs/addons.md
+13-3
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,22 @@ You can browse the [Statamic Marketplace](https://statamic.com/addons) to find a
12
12
13
13
## Installing Addons
14
14
15
-
Within the Control Panel, you can install addons by browsing to the one you want and clicking install. Behind the scenes, the addon will be installed using Composer.
16
-
17
-
If you want to do it yourself, you can use Composer directly on the command line:
15
+
You can use Composer to install any addon:
18
16
19
17
```shell
20
18
composer require vendor/package
21
19
```
22
20
21
+
The command can be found on the addon's page in the Control Panel or the Statamic Marketplace.
22
+
23
+
:::tip
24
+
Some first party addons – such as the Static Site Generator or Eloquent Driver - have their own dedicated commands which will be noted on the same pages.
25
+
26
+
```shell
27
+
php please install:ssg
28
+
```
29
+
:::
30
+
23
31
## Creating Addons
24
32
25
33
To learn how to create your own addon, as well as publishing it to the Statamic Marketplace, head over to the [Extending Statamic](/extending/addons) area.
@@ -28,6 +36,8 @@ To learn how to create your own addon, as well as publishing it to the Statamic
28
36
29
37
Addons may require a license, which you can purchase at the [Marketplace](https://statamic.com/marketplace). Licenses may be attached to a site in your [account area](https://statamic.com/account/sites). Make sure that you have your site key entered into your Statamic project.
30
38
39
+
You can try out commercial addons locally for free. Be sure to purchase a license before deploying to production.
40
+
31
41
## Editions
32
42
33
43
An addon may have multiple editions, which may cost different amounts and provide different sets of features.
0 commit comments