mpociot / laravel-test-factory-helper

Generate Laravel test factories from your existing models
936 stars 87 forks source link

Use PSR-4 autoloading #2

Closed mcampbell508 closed 8 years ago

mcampbell508 commented 8 years ago

Was trying this out and as seen in issue #1, I could not install successfully without receiving:

[Symfony\Component\Debug\Exception\FatalErrorException]

Class 'Mpociot\LaravelTestFactoryHelper\TestFactoryHelperServiceProvider' not found

Here's what I did to get it working for me.

Now it's working for me.

P.s You have some great ideas for testing tools in Laravel, please keep them coming...

ghost commented 8 years ago

+1

mpociot commented 8 years ago

Thank you for this PR and your kind words :)