ユーザー登録の実装 Formからユーザー登録できるようにしておく。EmailとPasswordを入力できるようにしておく。 ルーティング /regist コントローラー app/src/Controller/RegistController.php テンプレート app/src/Template/Regist/index.ctp EmailとPasswordのテーブルへのインサート app/src/Template/Regist/index.ctp [入力] app/src/Template/Regist/regist.ctp [登録] $this->render(‘index’); POSTがない場合 $this->render(‘regist’); POSTがある場合 [app/src/Template/Regist/index.ctp 入力] <form action="/regis