Let's say, i've defined DB_DATABASE=one but, there is a time i want to change database name connect...
My query is returning the wrong results because the parameter (minutes) is not being binded to the q...
Im having a odd issue with my CRUD on Laravel 5.4 and PHP 7.1 when developing via "php artisan...
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 have 3 tables: users (fileds: id, name, etc.) profiles (fields: id, user_id, first_name, last_name...
I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...
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...
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.