larabook / gateway

A Laravel package for connecting to all Iranian Banks
MIT License
244 stars 188 forks source link

Class App\Http\Controllers\bankcontroller does not exist #175

Open saber13812002 opened 5 years ago

saber13812002 commented 5 years ago

if you use windows

no problem here

if you using docker or linux as host or using ngnix

saber13812002 commented 5 years ago

you may use

Route::get('/payment', 'bankcontroller@payment'); Route::get('/verify', 'bankcontroller@verify');

instead of

Route::get('/payment', 'BankController@payment'); Route::get('/verify', 'BankController@verify');

khanzadimahdi commented 5 years ago

use below package for laravel and lumen

https://github.com/shetabit/payment