Answer the question
In order to leave comments, you need to log in
How to return function processing response in Laravel?
Friends, I'm just getting into Laravel, and so far I came across such a problem
. I have a form on the "Card" page that creates cards, the form has an action on a certain "card / check" handler
Route::post('/card/check', 'App\Http\Controllers\[email protected]')->middleware(['auth'])->name('card');
return view('createcard', ['succses' =>$succses]);
Answer the question
In order to leave comments, you need to log in
redirects https://laravel.com/docs/8.x/responses#redirects
redirect with data https://laravel.com/docs/8.x/responses#redirecting...
separately about flash data https:// laravel.com/docs/8.x/session#flash-data
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question