'Class '\Omnipay\Gkash\Gateway' not found

I was trying to implement the gkash payment gateway in laravel project v5.8 but face some issues here, the issues is like

local.ERROR: Class '\Omnipay\Gkash\Gateway' not found {"userId":"61efa2c1a4876ad729519ac1","exception":"[object] (Omnipay\\Common\\Exception\\RuntimeException(code: 0): Class '\\Omnipay\\Gkash\\Gateway' not found at /var/www/thenewnoms.com/vendor/omnipay/common/src/Common/GatewayFactory.php:85)
[stacktrace]

does anyone have face this issue before ? All the class name, namespace is correct, works fine in local, but when it show this error when at live. Anyone can help me on this?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source