Laravel5.7のformでdbにinsertする手順を整理しよう

laravelのformでdbにinsertする手順を整理したい
1. *.blade.php formのactionで次画面に遷移する
2. routingでpostを設定する
3. controllerのstore(Request $request)でpostされたdataをDBに保存する

こんなところだろうか。実際に試してみたい。