Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Toolchain
sgc
Commits
a6dd8a52
Commit
a6dd8a52
authored
Nov 26, 2019
by
Stefan Galinski
🎮
Browse files
[TASK] Add hint regarding the installer path for the sgc
parent
a3ba3066
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README.md
README.md
+11
-0
No files found.
README.md
View file @
a6dd8a52
...
...
@@ -14,6 +14,17 @@ can install the sgc by running
composer require sgalinski/sgc-core
```
If you don't want to install the sgc inside the vendor directory, you can define an own directory in the extra
section of your main project composer.json.
```
"installer-paths": {
"./sgc-core/": [
"sgalinski/sgc-core"
]
}
```
Then run the installer:
```
bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment