Laravel - Installation
The top crucial part to install laravel on windows is requirements that demand the proper workflow of the framework. You need to fulfil the condition mentioned below before establishing the Laravel framework. 1. PHP >= 5.6.4 2. OpenSSL PHP Extension 3. Tokeniser PHP Extension 4. Mbstring PHP Extension 5. XML PHP Extension 6. PDO PHP Extension For handling dependencies, Laravel applies composer. You need to be sure that you have a Composer installed on your system before you install Laravel on windows . In this section, you will understand the installation process of Laravel. You will need to comprehend the measures given below for installing Laravel onto your system. Step 1 - Visit the below-mentioned URL and download composer to install it on your system. https://getcomposer.org/download/ Step 2 - After downloading composer, open the command prompt browse to the web server root directory or localhost folder. Well! Hopefully, you already have