Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesrezo/webhelperrepository
A Set of files for WebHelper
https://github.com/jamesrezo/webhelperrepository
Last synced: about 2 months ago
JSON representation
A Set of files for WebHelper
- Host: GitHub
- URL: https://github.com/jamesrezo/webhelperrepository
- Owner: JamesRezo
- License: mit
- Created: 2015-03-24T21:43:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T21:44:59.000Z (almost 10 years ago)
- Last Synced: 2023-02-28T15:41:41.807Z (almost 2 years ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A (first) WebHelper Repository
This is where the twig files are set up.
`res/` directory contains all the twig files
```bash
#Make/Refresh the res/webhelper.json use by WebHelper
bin/setup.sh
```Put `res` directory to a web space that [WebHelper](https://github.com/JamesRezo/WebHelper) can access (with http GET method)
Use `--repository` option of the webhelper command to set the repository, or set a config option in **your** project `composer.json` file, like:
```json
"extra": {
"webhelper-repository-path": "http://some.where.net/res"
}
```