parsisolution / gateway

Iranian Payment Gateways
MIT License
19 stars 7 forks source link

message: "View [redirector] not found." #60

Closed arbabi2010 closed 1 year ago

arbabi2010 commented 2 years ago

سلام . من برای بانک پارسیان چنین خطایی رو دریافت میکنم message: "View [redirector] not found." علتش چیه ؟

hamed-ehtesham commented 1 year ago

با سلام بعد از نصب package باید فایل‌های مورد نیازش رو publish کنید که همونطور که در readme گفته شده دستور زیر این کار رو انجام میده:

php artisan vendor:publish --provider="Parsisolution\Gateway\GatewayServiceProvider"

اگر مشکل همچنان وجود داشت force رو به دستور اضافه کنید به این شکل:

php artisan vendor:publish --force --provider="Parsisolution\Gateway\GatewayServiceProvider"