Saturday, March 4, 2017

Redirect to special route with laravel

I have payment in my app , i want to when payment complete browser redirect to an special route from laravel like :

parsa://domain.com/customer?credit='+$callback_user->credit+'\&id='+$callback_user->id

How can i do that?



via amirali

Advertisement