I understand the basic use of relationships, and i'm wondering if it's possible to get a dynamic pro...
I am learning Laravel and have an eloquent model. I have a public static function and I can access a...
Hi guys, I'm new to Laravel. Currently I'm creating an app with WordPress-like database scheme: plac...
First, let me say that I'm a huge fan of design patterns in general. I think that understanding them...
Hello, I'm trying to group a result by multiple columns. Only my first property seems to be used. $a...
Hi, i have the following issue: I have 3 Models: Categories Products Shops Shops and Categories ar...
Hi guys, do any of the Eloquent guru's know if you can lazy load and filter further than one degree...
Hy, I have some problem to use the "DB::table" expression. Here is my code : DB::table('pa...
Can anybody validate will hasOne work in such way: Post::find(1)->author->fill([ 'title' =...
I'm trying to filter the query according to userpicks.user_id. the current query results in all tour...
Hello, I'm new to Laravel and PHP, but I really enjoy working with it :) I want to post, edit and de...
I'd like to save a form into my MySQL DB which has a couple of INT fields. These fields are all set...
I have created a route and this works correctly. However If the record is deleted and matches the id...
Does anyone know if its possible to wrap a couple of repositories in a database transaction. For wha...
I am new to Laravel. I just want to know is the Laravel create database connection every time for ea...
I am trying to post an Angular form to Laravel. In Firebug I can see underneath the Post tab: Source...
Hello everybody, I'm just trying a little bit with the Laravel Eloquent model and now have the follo...
Hi everyone. I'm putting together an app that has two types of user (teachers and students). Each us...
I think I am missing something basic here. I have an sql query that works fine but I am unable to tr...
So to explain my issue, whenever i am connecting to the database with Laravel it will default search...
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