Return Back Laravel Controller

[Solved] Return Back Laravel Controller | Php - Code Explorer | yomemimo.com
Question : return back in blade laravel

Answered by : charming-civet-5w87334ezet5

{{ url()->previous() }}

Source : https://stackoverflow.com/questions/32826887/go-back-url-in-laravel-5-1 | Last Update : Tue, 04 May 21

Question : return back laravel controller

Answered by : david-martnez-l

return redirect()->back();

Source : | Last Update : Wed, 03 Aug 22

Answers related to return back laravel controller

Code Explorer Popular Question For Php