Skip to content

Commit e8dc4ca

Browse files
committed
Update instructions
1 parent 849d5c6 commit e8dc4ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • app/pages/6.0/04.installation/02.environment/01.native/01.requirements

app/pages/6.0/04.installation/02.environment/01.native/01.requirements/docs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Install PHP through the package manager. For example, on Ubuntu :
7373

7474
2. Install PHP and the necessary extensions :
7575
```bash
76-
sudo apt install php8.5 php8.5-gd php8.5-dom php8.5-zip php8.5-sqlite3 php8.5-pdo_mysql php8.5-curl php8.5-mbstring unzip
76+
sudo apt install php8.5 php8.5-gd php8.5-dom php8.5-zip php8.5-sqlite3 php8.5-mysql php8.5-curl php8.5-mbstring unzip
7777
```
7878

7979
#### Preflight checks
@@ -112,7 +112,7 @@ php -m
112112
Next step is to install [Composer 2](/installation/requirements/essential-tools-for-php#composer-2). At this point, the installation is the same for MacOS, Linux and Windows WSL2. The full instructions for installing Composer can be found at their [website](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx). We **strongly recommend that you install [Composer globally](https://getcomposer.org/doc/00-intro.md#globally)** on your system. This will let you run Composer using the `composer` command.
113113
114114
```bash
115-
mv composer.phar /usr/local/bin/composer
115+
sudo mv composer.phar /usr/local/bin/composer
116116
```
117117
118118
> [!WARNING]
@@ -137,15 +137,15 @@ Node.js has an installer that you can use for MacOS - [Node.js Download](https:/
137137
138138
#### Linux & Windows WSL2
139139
140-
Node.js binary distributions are available from [NodeSource](https://github.com/nodesource/distributions#nodejs).
140+
Node.js binary distributions are available from [NodeSource](https://nodesource.com/products/distributions).
141141
142142
#### Preflight checks
143143
144144
To check if Node.js is installed:
145145
146146
```bash
147147
$ node -v
148-
v18.17.1
148+
v24.14.0
149149
```
150150
151151
### npm
@@ -160,7 +160,7 @@ To check which version of Npm is installed:
160160
161161
```bash
162162
$ npm -v
163-
10.1.0
163+
11.11.1
164164
```
165165
166166
UserFrosting build scripts will automatically install all other Node and NPM dependencies for you !
@@ -180,7 +180,7 @@ While multiple solutions are available, two are recommended by UserFrosting : **
180180

181181
[Mailpit](https://github.com/axllent/mailpit) is a small, fast, low memory, zero-dependency, multi-platform email testing tool & API for developers. Mailpit runs locally, acts as a *fake* SMTP server and provides a modern web interface to view & test captured emails. Oh, and **it's free and Open Source**!
182182
183-
Mailpit can be installed on [MacOS through Homebrew](https://github.com/axllent/mailpit#install-via-package-managers), on Linux/WSL2 through their Bash Script](https://github.com/axllent/mailpit#install-via-bash-script-linux--mac), or through [Docker](https://mailpit.axllent.org/docs/install/docker/). By default, Mailpit UI can be access at [http://0.0.0.0:8025](http://0.0.0.0:8025).
183+
Mailpit can be installed on [MacOS through Homebrew](https://github.com/axllent/mailpit#install-via-package-managers), on [Linux/WSL2 through their Bash Script](https://github.com/axllent/mailpit#install-via-bash-script-linux--mac), or through [Docker](https://mailpit.axllent.org/docs/install/docker/). By default, Mailpit UI can be access at [http://0.0.0.0:8025](http://0.0.0.0:8025).
184184
185185
When using Mailpit with UserFrosting, the following parameters will need to be provided during UserFrosting installation, which we'll see on the next page :
186186

0 commit comments

Comments
 (0)