<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>laragon Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/laragon/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 29 Jan 2021 17:47:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Laragon on Windows 10.</title>
		<link>https://www.osradar.com/how-to-install-laragon-on-windows-10/</link>
					<comments>https://www.osradar.com/how-to-install-laragon-on-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sat, 30 Jan 2021 22:49:00 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[laragon]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28083</guid>

					<description><![CDATA[<p>Hi! We have previously discussed options for setting up a web server on Windows 10. Indeed, we discussed alternatives such as XAMP, WampServer and EasyPHP Devserver. Each of them has its advantages and disadvantages. However, a common point is that each solution incorporates the necessary elements to successfully run a web server. Well, today we [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-laragon-on-windows-10/">How to install Laragon on Windows 10.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi! We have previously discussed options for setting up a web server on Windows 10. Indeed, we discussed alternatives such as <a href="https://www.osradar.com/how-to-install-xampp-on-windows-10/" target="_blank" rel="noreferrer noopener">XAMP,</a> <a href="https://www.osradar.com/how-to-install-wampserver-on-windows-10/" target="_blank" rel="noreferrer noopener">WampServer</a> and <a href="https://www.osradar.com/simply-set-up-a-web-server-with-easyphp-devserver/" target="_blank" rel="noreferrer noopener">EasyPHP Devserver.</a> Each of them has its advantages and disadvantages. However, a common point is that each solution incorporates the necessary elements to successfully run a web server. Well, today we take a look at <a href="https://laragon.org/" target="_blank" rel="noreferrer noopener">Laragon.</a> As its name suggests, it was originally oriented to <a href="https://laravel.com/" target="_blank" rel="noreferrer noopener">Laravel.</a> Since its features optimize the use of this framework. However, it can be used for any PHP project. In addition, it has some features that make it unique. Read on to learn how to install Laragon on Windows 10.</p>



<h2>Main features of Laragon for Windows 10</h2>



<p>As mentioned, this toolkit has distinctive elements. First, it incorporates <strong>Apache, MariaDB, PHP, phpMyAdmin, cmder, Memcached</strong> and much more. In addition, it allows the creation of automatic Virtual Hosts for projects. That is to say, if we create a project called <em>laravel-project.dev</em>; then it is enough to enter that address in any browser to see it running. It also allows you to use pretty URLs. That is, it generates the url <em>laravel.test </em>instead of <em>localhost/larave</em>l. Therefore, it is not necessary to modify any file. Likewise, its operation is portable. Consequently, you can move the Laragon folder to another computer. You can even upload it to cloud hosting services. And continue using it on those devices. </p>



<p>It is also configured inside containers, so it runs in isolation from the rest of the system. This guarantees greater stability and lower resource usage. Additionally, it allows you to create projects (WordPress, Laravel, Drupal, etc.) with just one click. &nbsp;You can add&nbsp;<strong>git, phpmyadmin, Node.js/MongoDB, Python/Django/Flask/Postgres, Ruby, Java, Go</strong>&nbsp;using&nbsp;<em>Tools&gt;Quick add</em>.</p>



<h2>Laragon versions</h2>



<p>Laragon is an open source project available only for Windows. So its operation is optimized for this operating system. In fact, the developers claim that the Laragon Core consumes only 4 MB of RAM. So far, 3 versions of the program have been released.</p>



<ul><li>Laragon Full: Apache 2.4, Nginx, MySQL 5.7, PHP 7.2, Redis, Memcached, Node.js 11, npm, yarn, git.</li><li>Lite version: Don’t include Node.js 11, npm, yarn, git but you can add them easily using <em>Tools&gt;Quick add</em>.</li><li>Portable version: PHP 5.4, MySQL 5.1 &#8211; Good for getting started with PHP, then you can add newer versions of PHP/MySQL easily later.</li></ul>



<h2>How to download and install Laragon for Windows 10.</h2>



<p>We have seen the different versions of this tool. Well, for the purposes of this tutorial we will install the full version. You can download it for free from this <a href="https://laragon.org/download/" target="_blank" rel="noreferrer noopener">link.</a> The installation of the program is as usual as any other.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="https://www.osradar.com/wp-content/uploads/2021/01/lara.png" alt="Starting Laragon installation" class="wp-image-28085" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara.png 499w, https://www.osradar.com/wp-content/uploads/2021/01/lara-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Starting Laragon installation</figcaption></figure>



<p>From there, just follow the installation windows. However, you must check the <em>Auto virtual hosts </em>option to be able to enjoy this functionality.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="https://www.osradar.com/wp-content/uploads/2021/01/lara2.png" alt="Enabling the installation of Auto virtual hosts " class="wp-image-28087" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara2.png 499w, https://www.osradar.com/wp-content/uploads/2021/01/lara2-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Enabling the installation of Auto virtual hosts</figcaption></figure>



<p>Then wait while the installation process completes. Finally, you can launch the app.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="https://www.osradar.com/wp-content/uploads/2021/01/lara3.png" alt="Finalizing the installation of Laragon. " class="wp-image-28089" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara3.png 499w, https://www.osradar.com/wp-content/uploads/2021/01/lara3-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Finalizing the installation of Laragon.</figcaption></figure>



<h2>Adding features in Laragon.</h2>



<p>As mentioned, Laragon comes ready to use. In fact, it incorporates MySQL. It also incorporates HeidiSQL to manage it. However, you can install another MySQL manager. In this opportunity we will install PHPMyAdmin. It is a simple process that we will do with a single click. Since the tool downloads, unzips and places the file in the necessary location. Well, you just have to right-click on the app console. Then follow the following path:</p>



<pre class="wp-block-preformatted">Tools&gt;Quick add&gt;phpmyadmin</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="953" height="742" src="https://www.osradar.com/wp-content/uploads/2021/01/lara4.jpg" alt="Adding phpmyadmin to Laragon" class="wp-image-28091" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara4.jpg 953w, https://www.osradar.com/wp-content/uploads/2021/01/lara4-300x234.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara4-768x598.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara4-696x542.jpg 696w" sizes="(max-width: 953px) 100vw, 953px" /><figcaption>Adding phpmyadmin to Laragon</figcaption></figure>



<p>As mentioned above, the process is carried out automatically.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="872" height="558" src="https://www.osradar.com/wp-content/uploads/2021/01/lara5.jpg" alt="Downloading and installing phpmyadmin" class="wp-image-28092" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara5.jpg 872w, https://www.osradar.com/wp-content/uploads/2021/01/lara5-300x192.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara5-768x491.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara5-696x445.jpg 696w" sizes="(max-width: 872px) 100vw, 872px" /><figcaption>Downloading and installing phpmyadmin</figcaption></figure>



<p>After the installation is finished, we will finish the PhpMyAdmin configuration. The first thing you have to do is to start all Laragon services. With this in mind, click on <strong>Start All.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="636" height="420" src="https://www.osradar.com/wp-content/uploads/2021/01/lara6.png" alt="Starting up Laragon's services" class="wp-image-28094" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara6.png 636w, https://www.osradar.com/wp-content/uploads/2021/01/lara6-300x198.png 300w" sizes="(max-width: 636px) 100vw, 636px" /><figcaption>Starting up Laragon&#8217;s services</figcaption></figure>



<p>Then paste the following address into a web browser:</p>



<pre class="wp-block-preformatted"><code>http://localhost/phpmyadmin</code></pre>



<p>The main phpMyAdmin window will be displayed immediately. If using a local development environment, then use <em>root</em> as the username and leave the password blank.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="https://www.osradar.com/wp-content/uploads/2021/01/lara9-1024x787.png" alt="Configuring phmyadmin credentials" class="wp-image-28096" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara9-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/lara9-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara9-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara9-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/lara9-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/lara9.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Configuring phmyadmin credentials</figcaption></figure>



<p>After a few moments the tool will be ready for use.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="https://www.osradar.com/wp-content/uploads/2021/01/lara10-1024x787.png" alt="phpmyadmin running on Laragon" class="wp-image-28098" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara10-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/lara10-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara10-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara10-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/lara10-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/lara10.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>phpmyadmin running on Laragon</figcaption></figure>



<p>We are ready to create our first project in Laragon.</p>



<h2>Creating a project in Laragon</h2>



<p>As mentioned, Laragon offers to create a project with a single click. It is possible to generate any PHP related server. But this time we will create a Laravel project. With this in mind, right-click on the mouse and follow this path:</p>



<pre class="wp-block-preformatted">Quick app&gt;Laravel</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="845" height="643" src="https://www.osradar.com/wp-content/uploads/2021/01/lara11.jpg" alt="Creating a new Laravel project. " class="wp-image-28101" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara11.jpg 845w, https://www.osradar.com/wp-content/uploads/2021/01/lara11-300x228.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara11-768x584.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara11-696x530.jpg 696w" sizes="(max-width: 845px) 100vw, 845px" /><figcaption>Creating a new Laravel project.</figcaption></figure>



<p>Next, assign a name to the project.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="636" height="420" src="https://www.osradar.com/wp-content/uploads/2021/01/lara12.png" alt="Assigning a name to the new project. " class="wp-image-28102" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara12.png 636w, https://www.osradar.com/wp-content/uploads/2021/01/lara12-300x198.png 300w" sizes="(max-width: 636px) 100vw, 636px" /><figcaption>Assigning a name to the new project.</figcaption></figure>



<p>Then the download, installation and configuration of the new project will start. This is done automatically. In addition, it may take a few minutes depending on the speed of the connection.</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="979" height="512" src="https://www.osradar.com/wp-content/uploads/2021/01/lara13.png" alt="" data-id="28103" data-full-url="https://www.osradar.com/wp-content/uploads/2021/01/lara13.png" data-link="https://www.osradar.com/?attachment_id=28103" class="wp-image-28103" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara13.png 979w, https://www.osradar.com/wp-content/uploads/2021/01/lara13-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara13-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara13-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="979" height="512" src="https://www.osradar.com/wp-content/uploads/2021/01/lara14.png" alt="" data-id="28104" data-full-url="https://www.osradar.com/wp-content/uploads/2021/01/lara14.png" data-link="https://www.osradar.com/?attachment_id=28104" class="wp-image-28104" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara14.png 979w, https://www.osradar.com/wp-content/uploads/2021/01/lara14-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara14-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara14-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /></figure></li></ul></figure>



<p>Finally, you can launch the project page. This can be done in two ways: by right-clicking the mouse and following the next path:</p>



<pre class="wp-block-preformatted">www&gt;osradar</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="845" height="578" src="https://www.osradar.com/wp-content/uploads/2021/01/lara15.jpg" alt="" class="wp-image-28105" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara15.jpg 845w, https://www.osradar.com/wp-content/uploads/2021/01/lara15-300x205.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara15-768x525.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara15-218x150.jpg 218w, https://www.osradar.com/wp-content/uploads/2021/01/lara15-696x476.jpg 696w" sizes="(max-width: 845px) 100vw, 845px" /></figure>



<p>Please remember to replace <em>osradar</em> with the name of your project. On the other hand, Laragon generated the following pretty URL. So just add it in the address bar of the web browser.</p>



<pre class="wp-block-preformatted">http://osradar.test</pre>



<p>Either way, you will see the following in the web browser.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="https://www.osradar.com/wp-content/uploads/2021/01/lara16-1024x787.png" alt="" class="wp-image-28107" srcset="https://www.osradar.com/wp-content/uploads/2021/01/lara16-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/lara16-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/lara16-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/lara16-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/lara16-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/lara16.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>This way we have seen how to install Laragon on Windows 10. So long!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-laragon-on-windows-10/">How to install Laragon on Windows 10.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-laragon-on-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
