Skip to content

Commit 3d793af

Browse files
committed
addons
1 parent 46b32a3 commit 3d793af

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

content/collections/docs/addons.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,22 @@ You can browse the [Statamic Marketplace](https://statamic.com/addons) to find a
1212

1313
## Installing Addons
1414

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:
1816

1917
``` shell
2018
composer require vendor/package
2119
```
2220

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+
2331
## Creating Addons
2432

2533
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
2836

2937
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.
3038

39+
You can try out commercial addons locally for free. Be sure to purchase a license before deploying to production.
40+
3141
## Editions
3242

3343
An addon may have multiple editions, which may cost different amounts and provide different sets of features.

0 commit comments

Comments
 (0)