Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
BolverBlitz committed Nov 24, 2024
2 parents da9c510 + 805daaf commit ce14318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0/Installation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You need to install this, use the appropriate PHP version (php -v)
Extra dependency used for handling currency's

```bash
apt -y install php8.3-intl
apt -y install php8.3-{intl,redis}
```

### Installing Composer
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-1.0/Installation/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sudo rm -rf /var/www/controlpanel/vendor
:::

```bash
apt install php8.3-redis
sudo composer install --no-dev --optimize-autoloader
```

Expand Down

0 comments on commit ce14318

Please sign in to comment.