Hi, in the past i have build queries like this: if (...) {$q.="AND (city='New York' OR city='De...
I have two classes. A and B. The class A extends Laravel, the class B extends A. They rappresent two...
Hello! First of all thanks for the interest in my topic. I think that this question is easy. I have...
Hi all, I am beginner in Laravel. I have some doubts. I'm working on a function to edit users, every...
Imagine: Category can have many Products, Products can have many Series - so basically, Category can...
Hi there, I have the following three models and relationships set up. class Customer extends \Eloque...
hi can anybody help me to built shopping cart with admin panel or is there any reference link where...
Hello, Im new whit laravel, and I would to like do this query, in SQL it would be something like thi...
I am trying to figure out how to get a specific 3 table relationship working. I have a business list...
I try to find the to make paginate with out use a lot of process on database like, select all() and...
I have this eloquant model chain which works fine but I would like to add the count of matched recor...
Hi, I've just started using homestead and want to have multiple sites on the same VM. However, Homes...
hello to every one, I am trying to sort multiple tables like this; //Controller http://laravel.io/bi...
Hello, I am porting my current website over to laravel and I'm having some issues. I'm trying to lis...
I've been going through the documentation and reading up on relationships, and I'm having trouble oh...
I am in the planning stage of undertaking a database migration where the two databases (one MySQL, o...
I require a join with a where clause such as: SELECT * FROM users LEFT JOIN contacts ON contact...
Hi, is there a difference between $go = Project::findOrFail($id); $go->delete(); and Project::de...
#The goal# What I'm trying to do is generate a new collection with all the Consultations ordered by...
I am getting "SQLSTATE[HY000] [2006] MySQL server has gone away" sometimes..... has anyone...
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