My query is returning the wrong results because the parameter (minutes) is not being binded to the q...
Here is pictorial Question with 3 screenshots: http://imgur.com/a/94vrg
How set this pure mysql code in laravel SELECT * FROM users WHERE YEAR(created_date) = 2017 and MONT...
I'm new to Laravel and I'm trying to fix next issue for 2 days. I want to create database and migrat...
Can I develop payroll in system by laravel? How much you suggest Laravel for this task? Welcome to y...
I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...
Laravel gives me an invalid mix of collations which is wrong. http://take.ms/dpY0U I have tried to c...
I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...
I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...
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)...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community