leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

Directory for service provider specified in documentation don't work in Laravel 5.8.28 #21

Closed viniciusgabrielfo closed 5 years ago

viniciusgabrielfo commented 5 years ago

The directory specified in documentation for service provider class is Marquine\Etl\Providers\Laravel\EtlServiceProvider::class, but did not work for me.

To run I needed to use Marquine\Etl\EtlServiceProvider::class.

Laravel v5.8.28 Composer v1.8.6

viniciusgabrielfo commented 5 years ago

I had access to old documentation, so sorry.