Skip to content

Commit 6a9f297

Browse files
Added a note about Sodium PHP extension
Sodium PHP extension is required by https://github.com/box-project/box
1 parent dc014c8 commit 6a9f297

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: Create a new Laravel Zero project
55

66
# Installation
77

8-
> **Requires [PHP 8.1+](https://php.net/releases)**
8+
> **Requires:**
9+
>- [PHP 8.1+](https://php.net/releases).
10+
>- `sodium` PHP extension (required by box-project/box - the application bundler we use).
911
1012
Laravel Zero utilizes [Composer 2](https://getcomposer.org) to manage its dependencies. So, before using Laravel Zero, make sure you have Composer installed on your machine.
1113

0 commit comments

Comments
 (0)