Posts

Showing posts with the label xampp

Step by Step install xampp and laravel in windows

Image
 Laravel is a most popular framework for PHP. Laravel provides lots of functionality like data migration, MVC, blade template etc. But if you don't know how to install laravel in your windows system then you can run laravel easily by following few step. In this installation, we use xampp server for PHP. Step 1: Install Xampp In this step we have to install xampp for PHP, if you haven't install xampp server in your system then you can download and install from here : Download xampp make sure you have to download >5.5.9 PHP version because laravel 5 requires at least 5.5.9 version. Step 2: Install Composer After xampp server installs successfully, you have to install composer so you haven't install yet then you can download from here:  Download Composer . Step 3: Create Laravel Project After Composer installs successfully, we can run composer command in our system so now we can create new laravel application using below command. I listed three co