Fix format Server Requirements (#7833)

This commit is contained in:
Aziz Ramdan Kurniawan 2022-03-26 22:05:33 +07:00 committed by GitHub
parent 3bfdb56c63
commit fe291e9711
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,12 +20,14 @@ 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.0.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
</div>
<a name="installing-laravel"></a>