

Second, if "php_gd2.dll" the extension is not yet existing kindly download it here and upload it to your web server extensions directory or here "C:\xampp\php\ext". If you're using Xampp you will find it here "C:\xampp\php\ext".

Kindly follow the simple steps below.įirst, check if "php_gd2.dll" is already exists in your extension web server directory. This extension is important if you have the functionality to create and manipulate images in PHP. In this post, I will share with you how to install PHP GD Extension in your windows. In upcoming post we will learn how to remove public from laravel URL.Do you need to install PHP GD Extension? Don't worry I got you. In this post, we have learned how to install laravel on windows xampp environment. i.e “ on your browser to see the welcome screen of laravel installation on windows xampp. Now you can browse the htdocs directory, you will see that a folder named “lapp” has been created with all the files and directories of Laravel. After completing the installation, you will see the following screen:

Also notice that “lapp” here is the name of your application, you can name it whatever you want.Īll the dependencies and packages would be downloaded and installed one by one. Notice the version appended to the command. If you need to install an older version run this command:Ĭomposer create-project -prefer-dist laravel/laravel lapp 5.4 If you just want to install latest version of laravel run this command:Ĭomposer create-project -prefer-dist laravel/laravel lapp Navigate to the htdocs folder of xampp in windows command line. Run composer command to install laravel on windows xampp Go to this link, click download button and install composer on your computer. Using composer encourages us to use command line extensively which looks difficult at first but once we get familiar, it accelerates the development process.

Laravel relies on composer to manage it’s dependencies. To install laravel on windows xampp, we will follow these steps: Install Composer Make sure that PHP version of your XAMPP installation meets this requirement. If you don’t yet have installed XAMPP, go ahead and install it from this link.Ĭurrent version of laravel. If we install XAMPP on our PC, we don’t need to install Apache, PHP and MySQL separately, which sometime becomes a complicated task to execute. XAMPP is a package which consists of Apache, MySQL and PHP. By web server, I mean any computer with Apache, PHP and MySQL installed. Laravel is a popular PHP framework and as it is based on PHP, we need to have PHP configured on our web server. In this post, we will learn how to install laravel on windows xampp.
