I'm totally confused how to do this with eloquent relationships. I think logically I understand how...
Hello, I search to count subscriber by day with Eloquent. Have you got the solution with a code? Fri...
Hi, If there is a way in laravel 5.4 to make tracing log of all sql statements? I mean Barryvdh\D...
I have two tables one is templates and the other is template_images Showing migration of the two tab...
Hello! I am new to Laravel and I spent the last 6 hours trying to get my application to connect to M...
DB::connection('mongodb') ->collection('XXXXXXXX') ->get(); [{"_id":{"$oid"...
Hello I am building a website (front-end and back-end) where I have a section that have an image and...
I can not update unique field public function rules() { return [ 'nickname'...
I'm trying to sort with Jquery UI in Laravel and it's giving me fits. Here is my controller: public...
Hello, I'm doing a project for my school and I'm stuck in this problem ... I have the schedule done...
Hi, I've just discover this fantastic function. But I have a little problem. I need to update a fiel...
I'm newbie. I want to create a simple web app (ex: a forum only have home page and post pages, in ea...
I am using Laravel eloquent to design my database. Eloquent has a naming convention for naming a man...
Here is my simple query Pin::where('updated_at', '>=', '2015-01-01') ->selectRaw(&...
Can somebody help me, This My query for My Table $results = DB::table('offer') ->select(DB::r...
I need to set dynamically the table name (extract from other database) and get the last record. This...
One of the first things I do for every Laravel project is to add this: config/database.php 'prefix'...
Hello Everyone, Every morning I try to open my client system I get the below error. To solve it, I k...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
Hi, outputing data from created_at field lavarel 5.4/postgresql 9.4 I got error: InvalidArgumentExce...
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