https://github.com/veewee/grumphp-demo
GrumPHP local demo boilerplate
https://github.com/veewee/grumphp-demo
Last synced: over 1 year ago
JSON representation
GrumPHP local demo boilerplate
- Host: GitHub
- URL: https://github.com/veewee/grumphp-demo
- Owner: veewee
- Created: 2022-09-23T11:40:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T05:50:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T00:57:45.656Z (over 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GrumPHP demo base setup
A repo to demo GrumPHP.
It contains a local satis server to avoid network connection errors during live GrumPHP demos.
# Installation
Start satis:
```
kevin up
```
## Manual build
Manually build the satis server - do this when you have a good network connection!
```
echo '/app/scripts/build.sh' | kevin ssh satis
```
## Contains:
```
"phpro/grumphp-shim": "1.13",
"phpunit/phpunit": "9.5.24",
"friendsofphp/php-cs-fixer": "3.11.0"
```
and deps.