- Aug 14, 2018
- 491
- 273
- 63
Download
Laragon is a universal development environment. It has many features to make you more productive:Benefits of Laragon After downloading, You can add git, phpmyadmin, Node.js/MongoDB, Python/Django/Fla

if you've exposed your dev app running on your laptop to the internet, any exploit in your app now works against your laptop endpoint instead of a production endpoint. your laptop is a very different environment from production: there are probably different protections, firewalls, monitoring, etc in place. additionally, while your laptop (hopefully) doesn't have direct access to production databases, you probably have stuff lying around that you wouldn't want an attacker to get their hands on: sensitive work documents, your Chrome cookies just sitting in a sqlite database somewhere, source code for all the repositories you have checked out locally (not just the one app that has the exploit). I don't agree that "using ngrok is not a security risk". - https://news.ycombinator.com/item?id=14279142
Laragon not available for MacI'm on a Mac, so my dev path went: Mac system ( had option to use mySQL / PHP natively but wasn't as easy to get running ) > MAMP > AMPPS ( because it didn't require a Pro version ) > Local
Now I'm wondering about Laragon, but I'm on a Mac and not sure if that's an issue for installation or not? I looked on the Laragon site but didn't find any systems requirements info yet.
Anyone use Laragon on a Mac?