page loader

Blog PostSimple sharing all about us

Belajar Laravel Untuk Pemula

Jul 12 2018
| | |
1199 Views
|
Share:
Image Belajar Laravel Untuk Pemula

The Laravel framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment.

However, if you are not using Homestead, you will need to make sure your server meets the following requirements:

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension

Installing Laravel

Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.

Tags: Salam, Tutorial,

Related Articles

Instalasi Homestead untuk Laravel di Mac

Aug 09 2018 | Admin
image

Apa itu Homestead & Vagrant ?Ada 2 localenvirontment (tidak...

Read More