/phpunitg-laravel-dashboard

Dasboard of phpunitg to Laravel

Primary LanguageHTML

PhpunitG Dashboard

Application for the control and execution of tests of multiple Laravel applications.

Install

  1. In your terminal:
$ git clone https://github.com/oscarricardosan/phpunitg-laravel-dashboard.git phpunitg
  1. Add the .env and specify the database to use
DB_DATABASE=phpunitg
DB_USERNAME=homestead
DB_PASSWORD=secret
  1. Run composer install
$ composer install
  1. Run the migrations
$ php artisan migrate
  1. Sign up to user.

  2. Log in, register apps.

Screenshots

Dashboard

New app

App

Tests 1

Tests 2

Tests 3