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

jelz2018's avatar

How to pullout and display User Data from different SQL tables

I'm new to programming specially in Laravel, I hope you could help me. It means a lot for me. I'm not a degree holder I'm just studying programming by myself.

Now for my problem I have an old database full of data, to be specific it's a human resources database full of employee's personal information. Now what I want to do is pull out all data's from different tables that belongs to 1 employee and display in my view. for now I have only this view welcome and home.

This has a login and register also, now to further explain when an employee logged in, the data's based on his/her employee_id will be displayed. I will be creating more view files like file_leave leave_balances to name the few. If you need more information I will comply it so you could help me conveniently. Thanks in advance.

0 likes
3 replies
jlrdw's avatar

Jeffrey has a free bginner course: https://laracasts.com/series/php-for-beginners

His code is also on github

Then view:

https://laracasts.com/series/laravel-from-scratch-2017

then

https://laracasts.com/series/whats-new-in-laravel-5-7

You really need some php skills prior to laravel. Until you learn eloquent you could start here:

https://laravel.com/docs/5.7

and use QB

https://laravel.com/docs/5.7/queries

Laravel is not a one evening lesson, it has a high learning curve and takes quality time (months) to learn.

jelz2018's avatar

Thank you for your quick response sir. It's highly appreciated. But if you give me some specific solutions regarding to this It will be much appreciated. I just need the basic pattern on how to do it so I will study.

Please or to participate in this conversation.