【发布时间】:2019-11-21 05:33:12
【问题描述】:
对于重定向,在控制器中,我们可以这样写:-
Redirect::Route('front_index')->with('RegError', 'An error occured while adding the user.');
如何设置锚标记的href 以便我也可以发送“RegError”?说这样的话?
<a href="{{route('front_index')->with('RegError', '')}}">
【问题讨论】:
标签: laravel laravel-5 laravel-routing