I have the following Table Structure A User hasMany Yards A Yard hasMany Hives A Hive hasMany HiveDa...
I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...
I have used a relationship that returns data but when i use it it throws error "Trying to get p...
Hi, frinds Can U help me in my case with eloquent subquery? ) I have the code in my model: return Ne...
i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...
Hello guys! I am running with two problem in my system.. I installed Laravel 5.4 and followed the Bl...
Basically, i'm sending out an event; Pusher is receiving it on their debug console. YET my other bro...
Guys how do I get complete Reference of Methods of Model Class?? like where(), Get(), first(), etc a...
How do I use the mysql rollup feature with laravel eloquent? I did try a few but not able to get the...
Hi. I have a collection from a model and there is an extra attribute to generate the url for this el...
I have described in detail here. https://stackoverflow.com/questions/42827731/why-is-the-hidden-fiel...
Hey, I am trying to create simple shopping cart / order module and I've decided to connect orders an...
I am a beginner to laravel. I have just downloaded the latest version of laravel and deployed on my...
Ok I am having this problem for a week now. I am following the naming convention of our company in c...
I have this nice query: $posts = Post::with('user','comments','comments.user', 'tags') ->take(10)...
hi all I'm making a blog and i have a question : for the view post page, i use this route : Route::g...
I have a table with a boolean column based on the boolean value. The boolean value true or false to...
Hi, I'm having problem to view data using db::select. Here is my full sql statement [Tested and retu...
Hey guys, In Laravel 5.4 i am using TCPDF to generate a PDF with Data from Database. Very simple: It...
Im pretty new with laravel, can you guys help me to solve my problem, please. I have 5 tables: skill...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community