You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am having problems integrating this to Laravel 5.1. This is especially when it comes to adding the service provider since Laravel 5.1 apparently handles service providers differently as compared to how it used to in version 4. From looking around, I have seen laravel 5.1 handling service providers with this syntax Ericmuigai\Pesapal\PesapalServiceProvider::class
As contrasted to your current syntax 'Ericmuigai\Pesapal\PesapalServiceProvider'
Please help. Thanks
The text was updated successfully, but these errors were encountered:
Hi
I am having problems integrating this to Laravel 5.1. This is especially when it comes to adding the service provider since Laravel 5.1 apparently handles service providers differently as compared to how it used to in version 4. From looking around, I have seen laravel 5.1 handling service providers with this syntax
Ericmuigai\Pesapal\PesapalServiceProvider::class
As contrasted to your current syntax
'Ericmuigai\Pesapal\PesapalServiceProvider'
Please help. Thanks
The text was updated successfully, but these errors were encountered: