Absolutely agree. I was an early adopter of Laragon and cant say enough positive things about it!
Every windows user needs to try it out and see the extreme ease with which one can get going with a Laravel project (or symfony, cake, lumen, wordpress etc.)
The most recent version brings in all the features present in Laravel Valet and more. Here are a few reasons why I moved to Laragon on my dev workstation(s):
- Installation works consistently across Windows 7, 8 and 10 (Vagrant and virtualbox on the other hand are extremely finicky). ALL third party tools are conveniently bundled in one directory (c:/laragon/bin by default)
- Takes about 600 MB for the "full" version.. but this is around 1/4th of the space required by Homestead+vagrant+virtualbox
- Running Node js on homestead + vagrant on windows is a real nightmare. Because Laragon runs node.js natively, it just works!
- Highly customizable : You can install multiple versions of Nginx, Mysql and PHP and use them as required in different projects
- Faster since it is all native binaries. Vagrant+homestead has a lot more overhead.