swisnl / game-of-tests-laravel-demo
This package is abandoned and no longer maintained.
No replacement package was suggested.
The Laravel Framework.
Package info
github.com/swisnl/game-of-tests-laravel-demo
Type:project
pkg:composer/swisnl/game-of-tests-laravel-demo
3.0.0
2018-10-02 09:08 UTC
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 5.6.*
- laravel/tinker: ^1.0
- php-http/guzzle6-adapter: ^1.1
- swisnl/game-of-tests-laravel: ^3.0
Requires (Dev)
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-03-01 00:09:03 UTC
README
Small demo site to show of the Game of Tests Laravel package and library.
The Laravel package aims to enable a quick implementation of a Game of Tests in Laravel. It gives you a set of commands and basic templates to make your own Game of Tests.
Want more parsers? Have a question? Contact me or contribute on Github.
Usage
- Install using composer
composer create-project swisnl/game-of-tests-laravel-demo - Change
.envto suit your needs. - Migrate the databases
php artisan migrate - Inspect an organisation
php got:inpect-github laravel
All done!
For more information on how to use the Laravel commands, check out the Game of Tests Laravel package.