How to Install Laravel 5.4 in Windows 10 Easily
Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern. This is a short and easy tutorial to install Laravel 5.4 for beginners. Step 1: Instal Xampp and Composer Now we can start the installation. First of all, we need to install Php. Luckily Xampp comes with PHP and other stuff which we require for this installation like MySQL and Apache server. So, we can download Xampp first. Go to https://www.apachefriends.org/download.html and make sure you download the latest version of Xampp (check whether it includes the latest version of PHP). Once you have downloaded it install it in your favourite directory. Next, we need to install Composer. Go to https://getcomposer.org/download/ and click on 'Composer-Setup.exe', this will automatically start the download. Once you have downloaded it you need to install it inside the Xamp...