2022年6月23日星期四

[laravel] redirect()->route GET POST(fake)

redirect()->route('posts.index', ['id'=>$request->post_id] )->with('post',Post::where('id',$request->post_id)->first());


['id'=>$request->post_id] is GET


'post',Post::where('id',$request->post_id)->first() is fakePOST(session)

沒有留言:

發佈留言

[Fixed] some windows chrome, scrolling has glitch position not accurate

   [Fixed] some windows chrome, scrolling has glitch position not accurate Smooth Scrolling Flag 📜 Chrome has an experimental "smooth ...