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 5.3 では登録後にユーザーが自動的にログインします。ユーザーが自動的にログインした後にユーザー ID を取得し、リダイレクトせずに関数を実行するための提案が必要です。どうすればよいですか?
create()メソッドを編集しAuth\RegisterController.phpて、そこで関数を呼び出すことができます。
create()
Auth\RegisterController.php