I am uploading my images to S3 using Flysystem. In my database I keep only the file name (image.jpg)...
I'm converting roject from pure PHP to Laravel 4, and I have a problem with converting this query SE...
I'm in the process of getting to grips with L4 and I'm having issues with saving/retrieving/updating...
Hi, Having a problem with using firstOrCreate with my Eloquent model $progress = Progress::firstOrCr...
Hi, guys. I have 2 connections to databases with this configuration: /app/config/database.php 'princ...
If I fully specify the keys, is there a difference between hasOne and belongsTo relationships? Or if...
Hi, If I have something like this: $user = User::with('phones')->find(1); It gives me the user's...
Hi, I was working with some Entities that may contain some other dependent Entities or Value Objects...
Parent, Child and Tag are three models. Parent (id, other fileds ....) Child (id, parent_id, tag_id...
Hey guys, When i use my model for Year, i can get all articles that are connected with the year tabl...
What is the diference between find($id) and whereId($id)?
Trying to get my head around the logic for the following. I have 3 images and two static functions....
hi , i have a problem in my project so , when i delete my user his topics doesn't deleted ! and ther...
Hello, I have a table of users can you please tell me how I can update all the rows in the users tab...
Hi all, I need to create an application with authentication system that matches password from a Djan...
Hello I got this error even I do it correctly... [Illuminate\Database\QueryException] SQLSTATE[HY00...
I use utf8mb4 charset and utf8mb4_general_ci collation for Mysql connection. The default length is 2...
Hi I'm trying to get the values of a table that references 2 tables. my tables looks like this pages...
Hi, I am working on my first application. I created two database tables: "leads" and "...
I'm trying to return results from a database that limits the results to ones that aren't already in...
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