Skip to content

star2000/scoop-ext-laragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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