forked from ARCANEDEV/LogViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 4. Development | ||
|
||
## Table of contents | ||
|
||
1. [Installation and Setup](1.Installation-and-Setup.md) | ||
2. [Configuration](2.Configuration.md) | ||
3. [Usage](3.Usage.md) | ||
4. [FAQ](4.FAQ.md) | ||
5. [Development](5.Development.md) | ||
|
||
|
||
### Using in project | ||
|
||
Clone LogViewer repo | ||
|
||
```bash | ||
git clone [email protected]:ulcuber/LogViewer.git | ||
``` | ||
|
||
Add to `composer.json` of your project to use local version: | ||
|
||
```json | ||
"repositories": [ | ||
{ | ||
"type": "path", | ||
"url": "~/common/php/ulcuber/LogViewer" | ||
}, | ||
], | ||
``` | ||
|
||
Then `composer require arcanedev/log-viewer:9.x-dev` | ||
|
||
It will create symlink from local repo to vendor |