I'm converting a site to Laravel. It's a giant site and unfortunately, I can't rename existing colum...
Picture this: user table id username role table id rolename role_user table id role_id user_id...
Hi, I have a variable with possible short values (e.g. foot => (l,r,b). Now i want to show the fu...
Hi, I have 2 database queries running in a queue that uses iron.io to select some data from my datab...
I posted this same message on the Laracasts forums but didn't get any replies, thought I would give...
I'm learning php via a large book on beginning php and am about 3/4 through it. I don't know much ab...
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...
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