Hello! I can't figure out why the mysql query is returning results when it shouldn't, here is the th...
Hello, I have an orderarticles table (The article rows of an order). The selected fields are only to...
From the docs we know that we can filter Eloquent collections after retrieval from database by apply...
I have strange error in my laravel project because, in my machine, everything works fine but, in the...
I have the following update, by using Query Builder over SQL Server: DB::table('ct') -&g...
I'm using the Laravel-MongoDb package with a many to many relationship between "expeditions&quo...
Hey, until now i was able to send a password reminder email, but now i can't, even though i haven't...
Hello, I have some strange issue. The problem is that I generate some images from the database but f...
Will it be possible to run migrations on different databases? Imagine there is a SaaS application wh...
Hello, As the topic states, I'm attempting to design my database. I'm trying to plan a rebuild of my...
Please I need help here, Any buddy can help me here... I need to create the multiple tables in the d...
so i doing eloquent with hasmany relationship like this $jejarings = WilayahCuprimer::with('Cuprime...
how to create eav? is nowhere an example of the code. It is unclear how exactly do https://cartalyst...
Hello! I have four tables: users: id, username roles: id, name domains id, title domainsAssignedRole...
I'm using Laravel-Mongodb with a parent Subjects table (MySql) having a one to one relationship with...
Good afternoon, I am relative new to the Laravel frame work and I have been working my way through t...
I would like to know if there's a better way to go round this: So I have a form, which I post using...
I am creating an app in Laravel 4.2.11 with almost no packages (using debugbar, generators). Sometim...
Hello guys. I have a table "post" and the table "post_user." In the table "...
I'm trying to retrieve data from a table called completion_date using Eloquent. My Model name is Com...
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