Questions tagged [laravel-models]
91 questions
-2
votes
1 answer
How to get select field in model using laravel?
I want to fetch only the specific column seller_db from seller table with the help of model, but when i used this below code my relationship shows null value, please help me to find my mistake, and how can i fetch selected one field with model using…
user14299195