Fix format Server Requirements (#7834)

This commit is contained in:
Aziz Ramdan Kurniawan 2022-03-26 22:05:25 +07:00 committed by GitHub
parent c2f61475e1
commit eafb663103
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. Of course, all of these req
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
@ -28,6 +29,7 @@ However, if you are not using Homestead, you will need to make sure your server
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
</div>
<a name="installing-laravel"></a>