wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time.
This article has been viewed 68,393 times.
Learn more...
Laravel is described as "The PHP Framework For Web Artisans". It's meant to make creating, maintaining and editing a project with PHP a better, more efficient and fluid experience. The biggest problem is that installing Laravel can be a time and resource consuming process which can be extremely confusing and can be a massive turn-off for budding PHP developers. That's where Laragon comes in. A super-simple user interface for managing Laravel as well as almost anything else you can think of, Laragon is like WAMP/XAMPP built from the ground up for ease of use and perfect compatibility with Laravel.
Steps
Installing Laragon
-
1Navigate to the Laragon site. This is where you will find and download the installer for Laragon.
-
2Press Download Laragon. There will be some numbers afterward the word "Laragon"; don't worry if they are different to what is shown here, just hit that button!
- You will be taken to a site called Sourceforge and a timer will start before the download starts. If the download does not start after 15 seconds press "direct link" and the download should start.
Advertisement -
3Navigate to wherever you downloaded the file to (most probably "Downloads").
- Double click the installer you just downloaded to start the installation process.
-
4If a dialogue box opens to confirm whether or not you would like to run the application, press Yes.
-
5Wait for another dialogue box will open, wanting you to grant administrative rights to the program. This is important and is needed for both the installation process and to run Laragon.
-
6Press Next. Then either leave the installation directory at default or choose a custom one (only recommended for advanced users) and hit Next again. Read the information on this screen, leave the box checked and press Next once more. Read over the settings to confirm and then hit Install.
-
7Once the installation is complete hit Finish! Well done, you have successfully installed Laragon!
Using Laragon to Install Laravel
-
1Run Laragon.
-
2Press Start All.
-
3Press the Settings cog and navigate to Services and Ports and check PHP Server. Leave all other setting default and exit the settings window.
-
4Go to Menu > Laravel > Create Project > Laravel 5 and give your project a name.
-
5Wait for a terminal window to open up. An automated installation of Laravel 5 and all of its dependencies should start.
-
6Once you are greeted by this screen, exit the command prompt.
-
7Open a browser window and navigate to your_project_name.dev.
- Well done! If you followed all the above steps correctly, you have just installed Laravel