Closed tnatanael closed 5 years ago
Add this to documentation:
For laravel versions below 5.6 add this to config/app.php providers array: Imanghafoori\MasterPass\MasterPassServiceProvider::class,
Also needed a php artisan config:clear to reload the .env file with the new configuration...
Now it's working like a charm...
Add this to documentation:
For laravel versions below 5.6 add this to config/app.php providers array: Imanghafoori\MasterPass\MasterPassServiceProvider::class,