Hi, someone knows how to use Eloquent Method each? I mean, I'm using it but, I can just return value...
Hello I have following structure Table categories Table posts Table category_post Table users Table...
I am trying to use usort and sortby to basically after the code below is 1. sort $featureLists by 'f...
Hello, I try to make a financial app. Now I have this problem. I have customers which are put into a...
I am using DB::raw how can i format a date field in the database 'DATE_FORMAT(created_at,"%m %j...
Hi, is there an easy way, to trace the changes in a database using eloquent? I am using a mySQL data...
I'm trying to figure out how to get the last 10 submitted posts in each category (by name) and order...
Hi. I'm encountering a problem with setting a foreign key on a newly created Eloquent model instanti...
I have laravel to automatically manage the created and updated timestamps when I create a new model....
Hi, I have to list some records related to users without the given parameters. Is there any way to m...
$number= Input::get('count'); //send number 4 $text = "hello"; fo...
Hi, I got a bit confused. for simple messaging system, consider we have two models: User model &...
I'm doing a query using the Query Builder $users = DB::select( DB::raw(" SELECT users.* from us...
Hey guys, Hope the title is not too confusing, but here is what I am trying to do: The user enters a...
Hi, I'm experiencing a strange behavior in the model observer/event callbacks. I'm trying to clear t...
my project address:https://github.com/xsmyqf/startlaravel when I visit the routes:startlaravel/publi...
Hello, I'm having a struggle with Laravel while trying to make post tags to work... Here is my probl...
Hi there, I'm not new to frameworks and ORMs, but I am new to Laravel and Eloquent. I've just starte...
Hey, I'm new to laravel and still learning a lot every day :) But I have already my project in mind...
Hello, I have trouble creating my tables with the migrate tool. I'd like a table for countries with...
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