Awesome
Demo implementation of the Game of Tests in Laravel
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
.env
to 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.