Support the ongoing development of Laravel.io →
Session Database Eloquent
Last updated 1 year ago.
0
->where('id','=',Session::get('user_id'))->get();

You are getting a masking object by user's ID, in SQL language it's like:

SELECT * FROM `masking` WHERE `id` = <user_id>
Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

scarings scarings Joined 26 Jul 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.