Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

swisnl/game-of-tests-laravel-demo

Repository files navigation

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

  1. Install using composer composer create-project swisnl/game-of-tests-laravel-demo
  2. Change .env to suit your needs.
  3. Migrate the databases php artisan migrate
  4. 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.