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...
Guys how do I get complete Reference of Methods of Model Class?? like where(), Get(), first(), etc a...
after php artisan migrate, theres an error I got below: [Illuminate\Database\QueryException] SQLSTAT...
How do I use the mysql rollup feature with laravel eloquent? I did try a few but not able to get the...
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...
I have this nice query: $posts = Post::with('user','comments','comments.user', 'tags') ->take(10)...
I am not sure if the title is phrased correctly, but I will try to explain it here. For context, her...
I have am trying to add a select box that is built from a database query to an existing form. The se...
What I'm trying to do is have the current class style to be shown on the menu that the page is on. F...
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 have problem with migration when i use php artisan migrate show below error : windows command l...
In Laravel 5.4 doesn't work $this->route('table') that I use when I want to editing data in table...
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...
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