thorrdu
thorrdu
FFilament
Created by thorrdu on 8/16/2023 in #❓┊help
Is there default way to display error/message upon redirect ?
I'm new to filament and geting back to laravel after a few years ( stuck on old 5.6 php projects ). I innoctently tried this line:
return redirect()->route('filament.admin.resources.orders.index')->with('error', 'Erreur ligne '.$rowOrder.' : Veuillez renseigner le nom ou le numéro de phase du bénéficiaire');
return redirect()->route('filament.admin.resources.orders.index')->with('error', 'Erreur ligne '.$rowOrder.' : Veuillez renseigner le nom ou le numéro de phase du bénéficiaire');
Correctly redirected but nothing was of course displayed...
5 replies