https://github.com/star2000/scoop-ext-laragon
Manage laragon app from scoop
https://github.com/star2000/scoop-ext-laragon
laragon powershell powershell-module scoop
Last synced: 10 months ago
JSON representation
Manage laragon app from scoop
- Host: GitHub
- URL: https://github.com/star2000/scoop-ext-laragon
- Owner: star2000
- License: gpl-3.0
- Created: 2019-10-13T06:23:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T03:31:24.000Z (about 6 years ago)
- Last Synced: 2025-04-08T04:23:19.173Z (about 1 year ago)
- Topics: laragon, powershell, powershell-module, scoop
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/laragon
- Size: 42 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scoop-ext-laragon


Manage [laragon](https://laragon.org) app from [scoop](https://scoop.sh).
## install
### use scoop
```powershell
scoop install 'https://raw.githubusercontent.com/star2000/scoop-ext-laragon/master/scoop-ext-laragon.json'
```
### use nuget
```powershell
inmo laragon -Scope CurrentUser
```
## example
- inla is short for Install-LaragonApp.
- unla is short for Uninstall-LaragonApp.
```powershell
# Install the latest version of mariadb
inla mariadb
# Install the specified version
inla nginx@1.16.1
# Uninstall apache
unla apache
```