Laragon 4 0 9
Author: d | 2025-04-25
1 Adding an Existing Project to Laragon 2 Adding PHP 8 to Laragon 6 more parts 3 Adding PHP 7.4 to Laragon Lite 4 Adding PhpMyAdmin to Laragon 5 Redis on Laragon 6 MongoDB on Laragon 7 Adding MySQL 8 to Laragon 8 Adding PostgreSQL to Laragon 9 Updating Adminer in Laragon for PHP 8 10 Import and Export Large SQL File in Laragon
Simple Regex ^[0-9][0-9][0-9][0-9][0-9][0-9]$ in batch script not
If (!(Test-Path scoop)) { Write-Warning 'scoop is required.' Write-Warning 'Execute the following command to install.' Write-Warning 'iwr -useb get.scoop.sh | iex' exit}$LaragonHome = $env:LARAGON_HOMEif (!$LaragonHome) { $UninstallPaths = @( 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' 'HKCU:Software\Microsoft\Windows\CurrentVersion\Uninstall' ) if ([IntPtr]::Size -eq 8) { $UninstallPaths += 'HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall' } $laragon = Get-ChildItem $UninstallPaths | Where-Object { $_.Name -like '*laragon*' } if ($laragon) { $LaragonHome = $laragon.GetValue('InstallLocation') } else { $laragon = Get-PSDrive -PSProvider FileSystem | ForEach-Object { Get-ChildItem $_.Root 'laragon.exe' -File -Recurse -ErrorAction Ignore } | Select-Object -First 1 if ($laragon) { $LaragonHome = $laragon.Directory } else { Write-Warning 'Laragon is not installed.' exit }}[Environment]::SetEnvironmentVariable('LARAGON_HOME', $LaragonHome, 'User')}function Get-LaragonAlias ([Parameter(Mandatory)] $Name) { $Name = ($Name -split '@')[0] $Name = ($Name -split '-')[0] $Name = $Name -replace '\d*$' $Alias = @{ 'vscode' = 'code' 'vscodium' = 'code' 'notepadplusplus' = 'notepad++' 'mariadb' = 'mysql' } if ($Alias.ContainsKey($Name)) { return $Alias.$Name } else { return $Name }}function Get-ScoopAlias ([Parameter(Mandatory)] $Name) { $App, $Version = $Name -split '@' $Alias = @{ 'sublime' = 'sublime-text' 'code' = 'vscode' 'notepad++' = 'notepadplusplus' } if ($Alias.ContainsKey($App)) { if ($Version) { return $Alias.$App, $Version -join '@' } else { return $Alias.$App } } else { return $Name }}function Install-LaragonApp ([Parameter(Mandatory)] $Name) { $ScoopApp = Get-ScoopAlias $Name $LaragonApp = Get-LaragonAlias $Name scoop install $ScoopApp $AppDir = scoop prefix ($ScoopApp -split '@')[0] if ($LaragonApp -in 'apache', 'memcached', 'mongodb', 'mysql', 'nginx', 'nodejs', 'php', 'python', 'redis') { $AppDir = Split-Path $AppDir } Remove-Item "$LaragonHome\bin\$LaragonApp" -Recurse -Force -ErrorAction Ignore New-Item "$LaragonHome\bin\$LaragonApp" -ItemType Junction -Value $AppDir}function Uninstall-LaragonApp ([Parameter(Mandatory)] $Name) { $ScoopApp = Get-ScoopAlias $Name $LaragonApp = Get-LaragonAlias $Name scoop uninstall $ScoopApp Remove-Item "$LaragonHome\bin\$LaragonApp" -Recurse -Force -ErrorAction Ignore}New-Alias inla Install-LaragonAppNew-Alias unla Uninstall-LaragonApp
Xscan 4 0 9 - downnload
Lập trình laravel / Lập trình website3 Tháng năm, 2022Laravel một trong những framework nổi tiếng được sử dụng phổ biến nhất hiện nay. Vậy Laravel là gì? Cài đặt Laravel trên máy chủ ảo XAMPP và Laragon như thế nào? Hãy đọc hướng dẫn dưới đây để bắt đầu project Laravel đầu tiên với tôi nhé!Mục lục1 Laravel là gì?2 Tạo Project mới sử dụng framework Laravel2.1 Lưu ý trước khi cài đặt2.2 Cài đặt Laravel trên Laragon2.3 Cài đặt Laravel trên XAMPP2.4 Một số lưu ý3 Tạm kết4 ỦNG HỘ BÌNH MỘT LY CAFELaravel là gì?Laravel là một framework PHP mã nguồn mở, giúp các lập trình viên xây dựng website, ứng dụng hoạt động dựa theo kiến trúc MVC (Model-View-Control). Kể từ khi ra đời cho đến nay Laravel được đánh giá là một trong những framework phổ biến nhất. Hiện, phiên bản mới nhất tại thời điểm của bài viết này là Laravel version 9, sử dụng phiên bản PHP 8. Chi tiết về Lararel các bạn có thể đọc thêm tại website của framework này tại đây.Các phiên bản Laravel và phiên bản PHP hỗ trợ công bố trên website LaravelTạo Project mới sử dụng framework LaravelLưu ý trước khi cài đặtTrước khi tải bộ cài framework lararel về máy, tôi xin lưu ý các bạn nên cài đặt phiên bản webserver Laragon và XAMPP mới nhất có hỗ trợ PHP theo cấu hình yêu cầu của Laravel mà tôi đã đề cập phía trên. Nếu chưa cài đặt Laragon hoặc XAMPP các bạn có thể tham khảo bài viết dưới đây.Hướng dẫn cài đặt phần mềm Laragon trên máy tínhHướng dẫn cài đặt phần mềm XAMPP trên máy tính (dự kiến)Đối với Laragon việc upgrade hoặc downgrade PHP sẽ tương đối dễ dàng. Riêng XAMPP sẽ phiền phức hơn, vì bạn sẽ cần phải cài đặt lại phiên bản mới nhất. Tải phiên bản mới nhất của XAMPP tại đây.Phiên bản XAMPP v3.3.0 có hỗ trợ phiên bản PHP 8Cài đặt Laravel trên LaragonĐể cài đặt Laravel trên Laragon bạn cần tải composer chứaIexplorer 4 2 9 0 - bestkup
Última Versión Laragon 7.0.6 Sistema Operativo Windows 7 64 / Windows 8 64 / Windows 10 64 Ránking Usuario Haga clic para votar Autor / Producto Leo Khoa / Enlace Externo Nombre de Fichero laragon-wamp.exe En ocasiones, las últimas versiones del software pueden causar problemas al instalarse en dispositivos más antiguos o dispositivos que ejecutan una versión anterior del sistema operativo.Los fabricantes de software suelen solucionar estos problemas, pero puede llevarles algún tiempo. Mientras tanto, puedes descargar e instalar una versión anterior de Laragon 4.0.14. Para aquellos interesados en descargar la versión más reciente de Laragon o leer nuestra reseña, simplemente haz clic aquí. Todas las versiones antiguas distribuidas en nuestro sitio web son completamente libres de virus y están disponibles para su descarga sin costo alguno. Nos encantaría saber de tiSi tienes alguna pregunta o idea que desees compartir con nosotros, dirígete a nuestra página de contacto y háznoslo saber. ¡Valoramos tu opinión!. 1 Adding an Existing Project to Laragon 2 Adding PHP 8 to Laragon 6 more parts 3 Adding PHP 7.4 to Laragon Lite 4 Adding PhpMyAdmin to Laragon 5 Redis on Laragon 6 MongoDB on Laragon 7 Adding MySQL 8 to Laragon 8 Adding PostgreSQL to Laragon 9 Updating Adminer in Laragon for PHP 8 10 Import and Export Large SQL File in Laragon 1 Adding an Existing Project to Laragon 2 Adding PHP 8 to Laragon 6 more parts 3 Adding PHP 7.4 to Laragon Lite 4 Adding PhpMyAdmin to Laragon 5 Redis on Laragon 6 MongoDB on Laragon 7 Adding MySQL 8 to Laragon 8 Adding PostgreSQL to Laragon 9 Updating Adminer in Laragon for PHP 8 10 Import and Export Large SQL File in LaragonIexplorer 4 2 9 0 - herecup
Any Apache auto...conf file is automatically overwritten when changes are made to Laragon. Laragon will automatically check if the project has a /public directory and if there is one will make this the DocumentRoot. This automatic check can not be set in properties. The workaround is to create your own manual version of the file.Example project:the project is codeigniterthe domain is testCreate a new apache conf file for codeigniter.local:Laragon menu > Apache > dir:conf, open the sites-enabled directory (this should be similar to C:\laragon\etc\apache2\sites-enabled)Copy the existing auto generated file, for your project e.g.:auto.codeigniter.test.confAuto files starting auto are overwritten, therefore create a file with a different prefix. Paste and rename auto to manual and test to local, e.g:manual.codeigniter.local.confEdit the manual file and amend the ROOT to remove /public and SITE to codeigniter.localdefine ROOT "C:/laragon/www/codeigniter"define SITE "codeigniter.local"Manually add the project to the host file, click the h in the top right of Laragon copy the laragon magic version of the project. Paste it above the # Laragon magic section, and rename the domain from test to local,Please don't change the laragon magic section, Laragon will auto-create these.127.0.0.1 codeigniter.local # Manual set see C:\laragon\www\codeigniter# Laragon magic127.0.0.1 codeigniter.test #laragon magic! Stop and start Apache to reload the config and your project can be opened at hope this helps.P.S. As you have said you are new to Laragon, so you may find my blog helpful:How to set up Laragon on a new Windows computer (part 1) - Install LaragonIexplorer 4 2 9 0 - corkcms
Universal development environmentHow to install PHP 8.3 with OCI8 on Laragon1 project|dev.to|5 Dec 2024Now we need to upgrade Apache bundled with Laragon to the latest version to prevent the httpd.exe - Entry Point Not Found error.Best MAMP Alternatives in 20251 project|dev.to|3 Dec 2024Laragon is another viable alternative to MAMP, allowing developers to work on their site development and testing projects without needing access to a live server. It provides a local environment where users can build and develop WordPress sites, and it also supports local testing for any PHP, Node.js, Python, Java, and more applications.100+ Must-Have Web Development Resources28 projects|dev.to|14 Oct 2024Laragon: A quick and easy local development environment for Windows that includes MySQL, PHP, Redis, and Apache.Best Xampp alternative4 projects|/r/PHP|6 Dec 2023Install Windows 11 issueIs my PC too weak for localwp? It's brutally slow to do anythingDrupal 9 on WindowsI usually use laragon there it comes with apache server can install php version and has composer built in. also can set up quick app scrpt so on right mouse click will start install process for any php based project you wanthelp me create database server2 projects|/r/mysql|20 May 2023In an earlier comment, /u/Readyman2627 recommended which apparently helps you get a local database server running.Laragon Exception: "The service cannot be started..." after enabling SSLFor development purposes I use Laragon which usually spares you the hassle of manually setting up SQL and Apache. However, on my new desktop I ran into an issue when I tried to enable SSL for Apache:Oh no, Laragon detected exceptions!The service cannot be started, either because it is disabled or because it has no enabled devices associated with itAfter showing the message Laragon just closes. On the other hand, the problem does not occur if I just start the services without SSL enabled.A note from our sponsor - Nutrientwww.nutrient.io|13 Mar 2025Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.Learn more →StatsBasic laragon repo statsThe primary programming language of laragon is PHP. Popular ComparisonsSponsoredCodeRabbit: AI Code Reviews for DevelopersRevolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.coderabbit.aiDoCamtasia 9 0 4 Serial - sibdiphemi.weebly.com
Hệ thống thư mục của Laravel về máy tính. Các bước cài đặt như sau:Bước 1: Mở Laragon trên máy tính vào Terminal và nhập câu lệnh khởi tạo dưới đây. Lưu ý “projectx” là tên project bạn muốn tạo. composer create-project laravel/laravel projectx Việc cài đặt sẽ hoàn toàn diễn ra tự động nên bạn không cần phải thao tác gì nhiềuBước 2: Đợi cho đến khi việc tải và cài đặt hoàn tất, bạn tiếp tục nhập các lệnh dưới đây để tạo đường dẫn truy cập vào project trên browser. Lưu ý cd projectx là tên folder mình đã tạo ở trên, các bạn phải đổi lại thành cd ten_du_an nhé! cd projectxphp artisan serve Link mở Project với Port là 8000 được tạo sau khi nhập lệnhBước 3: Để chắc chắn bạn kiểm tra xem dự án mới tạo theo đường dẫn C:\laragon\www (C:\\ là ổ đĩa mặc định khi cài Laragon trên máu tính) xem có folder tên project của bạn chưa. Hoặc, truy cập được tạo ra phía trên. Nếu hiện ra giao diện như dưới đây thì có nghĩa bạn đã thành công trong việc cài đặt rồi đấy.Giao diện của projectx sử dụng framework LararelNgoài ra, bạn có thể nhập tên miền ảo projectx.test (projectx là tên folder project trong C:\laragon\www , .test tên miền ảo được mình setup trong phần cài đặt của Laragon). Lưu ý: đừng quên nhấn nút Start All trên bảng điều khiến trước khi truy cập đường dẫn nhé!Trường hợp nếu xảy ra lỗi hoặc không truy cập được đường dẫn trên, cách xử lý là các bạn tắt Laragon rồi bật lại sẽ truy cập project bình thường. Hoặc hiển thị thông báo lỗi do phiên bản PHP thì bạn có thể tham khảo cách update PHP cho Laragon để xử lý lỗi.Thông báo phiên bản PHP đang cài đặt thấp hơn so với phiên bản Laravel yêu cầu cần nâng cấp để sửa lỗiCài đặt Laravel trên XAMPPĐể cài đặt Laravel cho XAMPP, các bạn cũng phải tải composer tương tự như Laragon, theo các. 1 Adding an Existing Project to Laragon 2 Adding PHP 8 to Laragon 6 more parts 3 Adding PHP 7.4 to Laragon Lite 4 Adding PhpMyAdmin to Laragon 5 Redis on Laragon 6 MongoDB on Laragon 7 Adding MySQL 8 to Laragon 8 Adding PostgreSQL to Laragon 9 Updating Adminer in Laragon for PHP 8 10 Import and Export Large SQL File in LaragonComments
If (!(Test-Path scoop)) { Write-Warning 'scoop is required.' Write-Warning 'Execute the following command to install.' Write-Warning 'iwr -useb get.scoop.sh | iex' exit}$LaragonHome = $env:LARAGON_HOMEif (!$LaragonHome) { $UninstallPaths = @( 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' 'HKCU:Software\Microsoft\Windows\CurrentVersion\Uninstall' ) if ([IntPtr]::Size -eq 8) { $UninstallPaths += 'HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall' } $laragon = Get-ChildItem $UninstallPaths | Where-Object { $_.Name -like '*laragon*' } if ($laragon) { $LaragonHome = $laragon.GetValue('InstallLocation') } else { $laragon = Get-PSDrive -PSProvider FileSystem | ForEach-Object { Get-ChildItem $_.Root 'laragon.exe' -File -Recurse -ErrorAction Ignore } | Select-Object -First 1 if ($laragon) { $LaragonHome = $laragon.Directory } else { Write-Warning 'Laragon is not installed.' exit }}[Environment]::SetEnvironmentVariable('LARAGON_HOME', $LaragonHome, 'User')}function Get-LaragonAlias ([Parameter(Mandatory)] $Name) { $Name = ($Name -split '@')[0] $Name = ($Name -split '-')[0] $Name = $Name -replace '\d*$' $Alias = @{ 'vscode' = 'code' 'vscodium' = 'code' 'notepadplusplus' = 'notepad++' 'mariadb' = 'mysql' } if ($Alias.ContainsKey($Name)) { return $Alias.$Name } else { return $Name }}function Get-ScoopAlias ([Parameter(Mandatory)] $Name) { $App, $Version = $Name -split '@' $Alias = @{ 'sublime' = 'sublime-text' 'code' = 'vscode' 'notepad++' = 'notepadplusplus' } if ($Alias.ContainsKey($App)) { if ($Version) { return $Alias.$App, $Version -join '@' } else { return $Alias.$App } } else { return $Name }}function Install-LaragonApp ([Parameter(Mandatory)] $Name) { $ScoopApp = Get-ScoopAlias $Name $LaragonApp = Get-LaragonAlias $Name scoop install $ScoopApp $AppDir = scoop prefix ($ScoopApp -split '@')[0] if ($LaragonApp -in 'apache', 'memcached', 'mongodb', 'mysql', 'nginx', 'nodejs', 'php', 'python', 'redis') { $AppDir = Split-Path $AppDir } Remove-Item "$LaragonHome\bin\$LaragonApp" -Recurse -Force -ErrorAction Ignore New-Item "$LaragonHome\bin\$LaragonApp" -ItemType Junction -Value $AppDir}function Uninstall-LaragonApp ([Parameter(Mandatory)] $Name) { $ScoopApp = Get-ScoopAlias $Name $LaragonApp = Get-LaragonAlias $Name scoop uninstall $ScoopApp Remove-Item "$LaragonHome\bin\$LaragonApp" -Recurse -Force -ErrorAction Ignore}New-Alias inla Install-LaragonAppNew-Alias unla Uninstall-LaragonApp
2025-04-01Lập trình laravel / Lập trình website3 Tháng năm, 2022Laravel một trong những framework nổi tiếng được sử dụng phổ biến nhất hiện nay. Vậy Laravel là gì? Cài đặt Laravel trên máy chủ ảo XAMPP và Laragon như thế nào? Hãy đọc hướng dẫn dưới đây để bắt đầu project Laravel đầu tiên với tôi nhé!Mục lục1 Laravel là gì?2 Tạo Project mới sử dụng framework Laravel2.1 Lưu ý trước khi cài đặt2.2 Cài đặt Laravel trên Laragon2.3 Cài đặt Laravel trên XAMPP2.4 Một số lưu ý3 Tạm kết4 ỦNG HỘ BÌNH MỘT LY CAFELaravel là gì?Laravel là một framework PHP mã nguồn mở, giúp các lập trình viên xây dựng website, ứng dụng hoạt động dựa theo kiến trúc MVC (Model-View-Control). Kể từ khi ra đời cho đến nay Laravel được đánh giá là một trong những framework phổ biến nhất. Hiện, phiên bản mới nhất tại thời điểm của bài viết này là Laravel version 9, sử dụng phiên bản PHP 8. Chi tiết về Lararel các bạn có thể đọc thêm tại website của framework này tại đây.Các phiên bản Laravel và phiên bản PHP hỗ trợ công bố trên website LaravelTạo Project mới sử dụng framework LaravelLưu ý trước khi cài đặtTrước khi tải bộ cài framework lararel về máy, tôi xin lưu ý các bạn nên cài đặt phiên bản webserver Laragon và XAMPP mới nhất có hỗ trợ PHP theo cấu hình yêu cầu của Laravel mà tôi đã đề cập phía trên. Nếu chưa cài đặt Laragon hoặc XAMPP các bạn có thể tham khảo bài viết dưới đây.Hướng dẫn cài đặt phần mềm Laragon trên máy tínhHướng dẫn cài đặt phần mềm XAMPP trên máy tính (dự kiến)Đối với Laragon việc upgrade hoặc downgrade PHP sẽ tương đối dễ dàng. Riêng XAMPP sẽ phiền phức hơn, vì bạn sẽ cần phải cài đặt lại phiên bản mới nhất. Tải phiên bản mới nhất của XAMPP tại đây.Phiên bản XAMPP v3.3.0 có hỗ trợ phiên bản PHP 8Cài đặt Laravel trên LaragonĐể cài đặt Laravel trên Laragon bạn cần tải composer chứa
2025-04-03Any Apache auto...conf file is automatically overwritten when changes are made to Laragon. Laragon will automatically check if the project has a /public directory and if there is one will make this the DocumentRoot. This automatic check can not be set in properties. The workaround is to create your own manual version of the file.Example project:the project is codeigniterthe domain is testCreate a new apache conf file for codeigniter.local:Laragon menu > Apache > dir:conf, open the sites-enabled directory (this should be similar to C:\laragon\etc\apache2\sites-enabled)Copy the existing auto generated file, for your project e.g.:auto.codeigniter.test.confAuto files starting auto are overwritten, therefore create a file with a different prefix. Paste and rename auto to manual and test to local, e.g:manual.codeigniter.local.confEdit the manual file and amend the ROOT to remove /public and SITE to codeigniter.localdefine ROOT "C:/laragon/www/codeigniter"define SITE "codeigniter.local"Manually add the project to the host file, click the h in the top right of Laragon copy the laragon magic version of the project. Paste it above the # Laragon magic section, and rename the domain from test to local,Please don't change the laragon magic section, Laragon will auto-create these.127.0.0.1 codeigniter.local # Manual set see C:\laragon\www\codeigniter# Laragon magic127.0.0.1 codeigniter.test #laragon magic! Stop and start Apache to reload the config and your project can be opened at hope this helps.P.S. As you have said you are new to Laragon, so you may find my blog helpful:How to set up Laragon on a new Windows computer (part 1) - Install Laragon
2025-04-06Universal development environmentHow to install PHP 8.3 with OCI8 on Laragon1 project|dev.to|5 Dec 2024Now we need to upgrade Apache bundled with Laragon to the latest version to prevent the httpd.exe - Entry Point Not Found error.Best MAMP Alternatives in 20251 project|dev.to|3 Dec 2024Laragon is another viable alternative to MAMP, allowing developers to work on their site development and testing projects without needing access to a live server. It provides a local environment where users can build and develop WordPress sites, and it also supports local testing for any PHP, Node.js, Python, Java, and more applications.100+ Must-Have Web Development Resources28 projects|dev.to|14 Oct 2024Laragon: A quick and easy local development environment for Windows that includes MySQL, PHP, Redis, and Apache.Best Xampp alternative4 projects|/r/PHP|6 Dec 2023Install Windows 11 issueIs my PC too weak for localwp? It's brutally slow to do anythingDrupal 9 on WindowsI usually use laragon there it comes with apache server can install php version and has composer built in. also can set up quick app scrpt so on right mouse click will start install process for any php based project you wanthelp me create database server2 projects|/r/mysql|20 May 2023In an earlier comment, /u/Readyman2627 recommended which apparently helps you get a local database server running.Laragon Exception: "The service cannot be started..." after enabling SSLFor development purposes I use Laragon which usually spares you the hassle of manually setting up SQL and Apache. However, on my new desktop I ran into an issue when I tried to enable SSL for Apache:Oh no, Laragon detected exceptions!The service cannot be started, either because it is disabled or because it has no enabled devices associated with itAfter showing the message Laragon just closes. On the other hand, the problem does not occur if I just start the services without SSL enabled.A note from our sponsor - Nutrientwww.nutrient.io|13 Mar 2025Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.Learn more →StatsBasic laragon repo statsThe primary programming language of laragon is PHP. Popular ComparisonsSponsoredCodeRabbit: AI Code Reviews for DevelopersRevolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.coderabbit.aiDo
2025-04-25Laragon adalah development environment yang biasa digunakan dalam pembuatan aplikasi berbasis PHP, Node.js, Python, Java, Go, Ruby dan lain sebagainya. Selain itu Laragon sangat cepat, ringan, mudah digunakan dan mudah diperbarui.Laragon sangat bagus untuk membangun dan mengelola aplikasi berbasis website. Fitur dan kemudahan yang ditawarkan laragon sangat membantu sekali dalam pengembangan website.Jika sebelumnya kalian kenal dan pernah menggunakan XAMPP. Maka laragon adalah sejenisnya, aplikasi penting dalam pembuatan website PHP dan teman-temannya. Laragon merupakan alternatif jika kalian tidak mau menggunakan XAMPP.Sebagaimana yang kita ketahui bersama XAMPP merupakan web server lokal yang berfungsi untuk menerima permintaan (request) melalui protokol HTTP atau HTTPS dari client kemudian mengirimkan kembali dalam bentuk halaman-halaman web. Begitupula dengan laragon fungsinya sama dengan XAMPP maupun WAMP yaitu sebagai web server lokal.Namun, perbedaan yang mencolok dari keduanya adalah: Laragon lebih mudah penggunaannya dan pengaturan yang sangat simpel serta mudah dimengerti bahkan oleh pemula sekalipun.Selain menawarkan kemudahan dan kecepatan, laragon juga hadir dengan beragam fitur unggulan yang tidak ada pada aplikasi server lokal lain. Terutama yang paling admin sukai adalah Auto-create Virtual Host atau dikenal dengan Pretty URLs.Pretty URLs memungkinkan kalian membuka website tanpa perlu mengetikan localhost/namaProject dalam pemanggilan project. Dengan Pretty URLs kita bisa mengakses project layaknya nama domain dengan akhiran namaProject.test/.dev. Bagaimana! Menarik bukan?Dibawah ini merupakan fitur-fitur yang ada pada laragon:Pretty URLsPortableIsolatedEasy OperationModern & PowerfulLaragon membuat semuanya jadi mudah. Ketika ingin mengistal CMS WordPress tinggal klik, ingin mengistal Laravel tinggal klik, ingin menambah versi PHP, Apache, MySQL tinggal klik. Semuanya dibuat mudah oleh laragon tinggal bagaimana kita menggunakannya dengan baik.Untuk mengunduh aplikasi laragon kalian bisa kunjungi situs resminya laragon.org. Silakan unduh aplikasinya di bagian menu Download. Laragon menyediakan dua versi aplikasi ada Full dan Portable. Silakan pilih yang mana saja sesuaikan dengan kebutuhan. Klo admin menyarankan unduh yang Full.download and install laragonCara install laragon sama saja sebagaimana kalian mengistal aplikasi pada umumnya. Setelah mengunduhnya klik 2x aplikasi laragon lalu ikuti langkah-langkahnya hingga Finish.download and install laragonJika teman-teman memiliki pertanyaan atau masalah, silakan tinggalkan komentar. Admin akan dengan senang hati menjelaskan lebih detail. Terima kasih banyak atas semua tanggapan dan dukungan teman-teman!
2025-03-30Skip to contentIntroductionSetting up a local development environment is often a daunting task for developers. Tools like XAMPP and WAMP have been around for years but can feel outdated or cumbersome. Enter Laragon, a modern, efficient, and lightweight development tool designed specifically for Windows users. Whether you’re working with PHP, Node.js, Ruby, or other technologies, Laragon simplifies the process and boosts productivity.What is Laragon?Laragon is a fast, portable, and modern local server environment for developers. It supports multiple programming languages and is tailored to meet the needs of both beginners and advanced users. Unlike traditional tools, Laragon focuses on speed, modularity, and ease of use, making it a favorite among developers.Why Choose Laragon?Blazing Fast SetupLaragon allows you to spin up a local environment within seconds. Its auto-configuration features eliminate the need for manual setup.Portable and LightweightInstall Laragon on a USB drive and carry your entire development stack wherever you go. Despite its power, Laragon consumes minimal resources.Modern FeaturesAuto Virtual Hosts: Projects automatically get their URLs (e.g., stacks with Apache, Nginx, PHP, and MySQL/MariaDB.Seamless integration with tools like Composer, Node.js, npm, yarn, and Git.Highly ModularAdd or remove components like different versions of PHP or databases without breaking your environment.Developer-FriendlyBuilt-in terminal, support for SSL certificates, and compatibility with various frameworks (Laravel, Symfony, WordPress, etc.).Key Features of LaragonAuto Virtual Hosts: Automatically creates domain names for your projects.Support for Multiple Stacks: Run PHP, Python, Ruby, Node.js, and more.One-Click Start/Stop: Easily manage services like Apache or MySQL.Zero Configuration: Start coding immediately without worrying about environment
2025-04-09