Laragon 2.1.3 Release Announcement (added Bulgarian language, minimize on System Tray, run user script at startup,...)
-
Released: 2016-11-16
- Updated MariaDB Database to MariaDB 10.1.19
- Updated Composer to Composer 1.2.2
- Updated Laragon Control Panel: make all buttons the same size to please the eyes.
- Added: Bulgarian Language. Thanks @petyots
- Added: Option to disable Global HotKey (Ctrl + Alt + T): Open Menu > Laragon > laragon.ini, add UseHotKey=0 under [preferences]
https://forum.laragon.org/topic/279/how-to-disable-or-change-strg-alt-t-shortcut
[preferences] UseHotKey=0 ....
- Fixed: Make Laragon start minimized to system tray
https://forum.laragon.org/topic/278/run-laragon-when-windows-starts-run-minimized/4
- Fixed: Make commands on user.cmd execute when Laragon starts
https://forum.laragon.org/topic/293/user-script-not-called-at-startup
Open Menu > Laragon > Startup file: user.cmd, add cmd /c start http://localhost
Every time you run Laragon, it will open Terminal and execute the code --> call browser to navigate to http://localhost:: use this file to run your own startup commands :: use in front of the command to prevent printing the command :: call %GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd :: set PATH=%USER_DIR%\bin\whatever;%PATH% cmd /c start http://localhost
-
Thank you for this great and quick update. You rock!
-
Small great details. Thanks for the update.