Merge branch 'feature/create-game' into 'develop'
Added game creation Closes #11 See merge request !11
Branches
Tags
Showing
- app/Http/Controllers/Client/GameController.php 67 additions, 3 deletionsapp/Http/Controllers/Client/GameController.php
- app/Http/Requests/CreateGameRequest.php 52 additions, 0 deletionsapp/Http/Requests/CreateGameRequest.php
- routes/api.php 6 additions, 2 deletionsroutes/api.php
- tests/Feature/GameCreationTest.php 228 additions, 0 deletionstests/Feature/GameCreationTest.php
app/Http/Requests/CreateGameRequest.php
0 → 100644
tests/Feature/GameCreationTest.php
0 → 100644
Please register or sign in to comment