i need help laravel 8

0 votes

I have a big problem and I need your help.

I coded a program with Laravel without any problems. But I had a problem. My messages are not transmitted in redirect commands.

// dont work

return redirect()->back()->with('error 110','problem insert to database');

//work

return view('homepage')->with('error 110','problem insert to database');

im very sad; return redirect session not pass.return view session ok not problem;

laravel 8 and livewire.

What do you think is the problem?

Session does not work in return redirect and is not transferred but is transferred in return view.

please help me;

Jun 26, 2021 in PHP by Hunt

edited 4 days ago 9 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP