antonioribeiro / tddd

A Laravel Continuous Integration Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation steps not correct

nWidart opened this issue · comments

Hello,

I'm following the installation steps, however, the service provider mentioned isn't correct.

'PragmaRX\TestsWatcher\Vendor\Laravel\ServiceProvider',

Seems like the correct one is:

\PragmaRX\Ci\Vendor\Laravel\ServiceProvider::class,

This doesn't exist.

Yeah, when you tried it version was still not tagged. Tagged version 0.9.0, and all should work now. Docs updated.
If you are using Laravel 5.5, no need to configure the service provider, it's auto-discovered.