Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は初心者で、Laravel でフォームから収集されたデータを処理する方法を理解するのに役立つチュートリアルや何かを得ていません。
Laravel のInputクラスを使用します。
Input
$name = Input::get('name');
$_GETこれは、 & &_POST(およびその他) の両方からデータを返します。
$_GET
&_POST