/scoop-ext-laragon

Manage laragon app from scoop

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

scoop-ext-laragon

PowerShell Gallery Version PowerShell Gallery

Manage laragon app from scoop.

install

use scoop

scoop install 'https://raw.githubusercontent.com/star2000/scoop-ext-laragon/master/scoop-ext-laragon.json'

use nuget

inmo laragon -Scope CurrentUser

example

  • inla is short for Install-LaragonApp.
  • unla is short for Uninstall-LaragonApp.
# Install the latest version of mariadb
inla mariadb

# Install the specified version
inla nginx@1.16.1

# Uninstall apache
unla apache