Skip to content

Commit 927ec91

Browse files
committed
fix: moved from extiverse to flarum.org, typo fixed
1 parent e5ecbb1 commit 927ec91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The extension manager is an extension that comes bundled with Flarum when instal
1414
If you do not have the extension manager installed and you wish to install it, you can do so by running the following command in your Flarum directory:
1515

1616
```bash
17-
composer require flarum/extension-manager:*
17+
composer require flarum/extension-manager:"*"
1818
```
1919

2020
:::warning
@@ -96,16 +96,16 @@ If you want to add a repository from a VCS (e.g. GitHub, GitLab, BitBucket, etc)
9696

9797
### Adding a composer repository
9898

99-
Extiverse provides access to premium extensions. It is a good example of a composer repository. You would specify the URL as `https://extiverse.com/composer/` and the name as `extiverse`. You would also need to enter an authentication method through the **New authentication method** button. The token can be generated from your Extiverse account's subscriptions page.
99+
Extiverse provides access to premium extensions. It is a good example of a composer repository. You would specify the URL as `https://flarum.org/composer/` and the name as `premium`. You would also need to enter an authentication method through the **New authentication method** button. The token can be generated from your Flarum account's [subscriptions](https://flarum.org/dashboard/subscriptions) page with the Instructions button.
100100

101101
* Type: `HTTP Bearer`
102-
* Host: `extiverse.com`
102+
* Host: `flarum.org`
103103

104104
![Configure repositories](/en/img/config-repositories.png)
105105

106106
:::info
107107

108-
The configured repositories and auth methods will be active for both the command line and the admin dashboard. If yu configure them from the command line however, you must not include the flag `--global`.
108+
The configured repositories and auth methods will be active for both the command line and the admin dashboard. If you configure them from the command line however, you must not include the flag `--global`.
109109

110110
:::
111111

-121 KB
Loading

0 commit comments

Comments
 (0)