Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hadiab's avatar

attach user_id to profile table

how i can attach user_id to profile table when the user register because the register in laravel 5 built in. how can i do it

0 likes
1 reply
bestmomo's avatar

User is created in app/Services/Registrar.php create method, just add your code there.

Please or to participate in this conversation.