Fix format Server Requirements (#7835)

This commit is contained in:
Aziz Ramdan Kurniawan 2022-03-26 22:05:15 +07:00 committed by GitHub
parent e62dc6513b
commit a6708d57c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ The Laravel framework has a few system requirements. All of these requirements a
However, if you are not using Homestead, you will need to make sure your server meets the following requirements:
<div class="content-list" markdown="1">
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
@ -29,6 +30,7 @@ However, if you are not using Homestead, you will need to make sure your server
- Ctype PHP Extension
- JSON PHP Extension
- BCMath PHP Extension
</div>
<a name="installing-laravel"></a>