Welcome Guest, Not a member yet? Register   Sign In
return with multiple data
#1

Hi,

Is it possible to use return ->with() multiple data.

For example I want to return a reference to the language file AND return a new variable ($data['mydata']).

I have tried, the following  and combination thereof (with error), so I'm wondering if this can be done? 
PHP Code:
return redirect()->back()->withInput()->with('success'lang('myfile.mytext'))->with($data['mydata']);

return 
redirect()->back()->withInput()->with('success'lang('myfile.mytext'), 'newdata'$data['mydata']);

return 
redirect()->back()->withInput($data['mydata'])->with('success'lang('myfile.mytext')); 

All help is greatly appreciated
Reply


Messages In This Thread
return with multiple data - by 68thorby68 - 07-26-2020, 05:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB