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 installed XAMP or WAMP server in (C:\wamp, open C:\wamp\www)for PHP working environment.

Step 3 - Now you need to type the following command to create new Laravel project using composer.

Composer create project --prefer-dist laravel/laravel mylaravel
You can replace mylaravel with your desired project name.

Step 4 - If you have done the steps mentioned above carefully and then you need to check whether it is properly working or not and for that, you need to test the installation by opening the following link in your browser.

http://Localhost/mylaravel/public/
Again if you want, then you can change or replace the mylaravel with your project name.

Laravel is utmost popular in this era and growing on a regular basis this beginner guide to install laravel windows will help you develop your skill on using framework correctly and become a master so that after completing this full beginner learning process you can build a gleaming attractive web application.





Comments

Popular posts from this blog

A Perfect Style Guide for Men of Substance

You probably never realized that your office interior might impact your sales.

Here’re the top 11 points to consider while developing an app