gpt4 book ai didi

php - 如何在 Laravel 中的 Input::all() 之后附加额外的值

转载 作者:可可西里 更新时间:2023-11-01 00:46:43 24 4
gpt4 key购买 nike

http://localhost/posts/post_id
页面中有一个评论表单当我提交表单时,我想将 post_id 值附加到 Input::all() 因为表单不包含 post_id< 的输入字段。而post_id在评论表中的列名为post_id,创建评论的路径是comments.store
任何的想法?谢谢!

最佳答案

我认为这应该可行:Input::merge(array('post_id' => $post_id));

关于php - 如何在 Laravel 中的 Input::all() 之后附加额外的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16773820/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com