Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 532 Bytes

readme.md

File metadata and controls

48 lines (31 loc) · 532 Bytes

Example for phpblt 6

Build Status

環境


php : >=7.1
laravel: 5.4.*

見て欲しい箇所


app/
├ Http/
│ └ Controllers/
│    └ ExampleController.php
└ Validator/
   └ ExampleValidator.php
docs/
└ json-schema/
   └ example.json
tests/
├ Unit/
└ Feature/

セットアップ


$ make update-source
$ make setup

テスト


$ make test