rebing / laravel-soccerama

Laravel wrapper for Soccerama (live) score API calls
13 stars 41 forks source link

Class not found #4

Closed kampit closed 7 years ago

kampit commented 7 years ago
FatalErrorException in ProviderRepository.php line 146:
Class 'Rebing\Soccerama\SocceramaServiceprovider' not found

3- Add the service provider to your app/config/app.php file 'Rebing\Soccerama\SocceramaServiceprovider',

4- Add the facade to your app/config/app.php file 'Soccerama' => 'Rebing\Soccerama\Facades\Soccerama',

Both added to my app.php

kampit commented 7 years ago

case sensitive

'Rebing\Soccerama\SocceramaServiceprovider',

should be

'Rebing\Soccerama\SocceramaServiceProvider',