Skip to content

Commit 3471c48

Browse files
committed
docs: harden manual installation setup
1 parent c5a032e commit 3471c48

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/install/manual.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Mbstring PHP Extension
2727
OpenSSL PHP Extension
2828
PDO PHP Extension
2929
Session PHP Extension
30+
SQLite3 PHP Extension
3031
Tokenizer PHP Extension
3132
XML PHP Extension
3233
ZIP PHP Extension
@@ -38,7 +39,8 @@ ZIP PHP Extension
3839
preview package. Because 3.x is still alpha, use only disposable or backed-up
3940
data.
4041

41-
Alternatively, If you are a developer, follow the instructions to setup development environment on [this Link](../developer-guide.md)
42+
If you are a developer, follow the [development environment guide](../developer-guide.md)
43+
instead.
4244

4345
## Step 2 : Upload to Server
4446

@@ -82,15 +84,12 @@ chown -R www-data:www-data bootstrap/cache
8284
```sh
8385
cp .env.example .env
8486
```
85-
3. Make sure you set APP_KEY. You can generate one using:
87+
3. Generate a unique `APP_KEY` on the server:
8688

8789
```sh
8890
php artisan key:generate
8991
```
9092

91-
or generate it manually on the [following link](https://generate-random.org/laravel-key-generator).
92-
93-
9493
By following these steps, you will create a new `.env` file that can be customized with your environment-specific settings.
9594

9695
> For example, you can change the default SQLite database to MySQL or PostgreSQL.

0 commit comments

Comments
 (0)