Sync project configuration with team
-
Hi, first off great work overall. Laragon seems like a very powerful tool.
I'm wondering if there is simple way to allow my team to sync the configuration we need on our project (e.g. mysql version, php version, etc). Ideally if we could have some sort of config file in our git repo that would be awesome. Is this possible with Laragon?
-
@JTimNolan : Sure, it is very simple.
Just use a Laragon instance as template (for exampleC:\laragon
), then:- Change the
Data Dir
andDocument Root
to another paths (outsideC:\laragon
, for exampleC:\dev
) - Push
C:\laragon
to a git repos.
That's all.
This way, you team not only share the same settings but also use the same binaries.
You can refer my github to be sure that it will work:
https://github.com/leokhoa/laragon
- Change the