PHP
How To Install Laravel.
Step 1 : Requirements
- PHP >= 5.5.9
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
Step 2 : Install Xampp
First of all, we need Xampp, so we can download it from the official page
Download XamppStep 3 : Composer
After you’ve downloaded and installed Xampp, we need to install Composer. Composer is a PHP package manager that is integrated with Laravel Framework. In Windows we can install it easy going to the official page and download the installer.