الملفات
laragon-linker/README.md
Muath Alsowadi ec1f6b8d02 Update README.md
2023-12-10 14:41:17 +03:00

45 أسطر
614 B
Markdown

# Laragon linker
## Introduction
The package that will help you use your projects with laragon without the need to put them on www of the laragon path.
## Installation
```sh
composer global require yemenopensource/laragon-linker
```
## Usage
https://github.com/YemenOpenSource/laragon-linker/assets/34031333/f9568943-6685-4dec-ae04-8375ad9803ef
Link current directory with laragon/www.
```sh
linker link
```
Remove current directory from laragon/www.
```sh
linker unlink
```
Get current path of laragon.
```sh
linker path
```
Get paths of linked projects (comming soon).
```sh
linker links
```