I have table in database Posts - id - content - parrent_id all posts will insert this table and all...
I have a simple one-to-many relationship, like order to line items. I'm building a search form where...
I might be missing the point of Relationships with Eloquent with this one but, if I was doing it wit...
Hi, I have the 2 simple tables below: CUSTOMERS id email CLAIMS id customer_id (foreign key) descri...
I have a fresh install of Laravel 5 running on WAMP. So far everything is working well as far as rou...
greetings, as naive as i feel, i wanna create a thread about my controller. this controller manages...
Hi, I can't figure out how to filter my top products from the DB. I'm searching for an Eloquent way...
hi everybody. I have function scopeClubBlog at model. But It not working when set namespace. I th...
When ever i try to create a new Eloquent object via tinker, i keep facing this error. Is there a wa...
I having difficulties with taking an array of data and inserting it into my table. I know Im missing...
As the title says, I have some data. I am trying to update it just using updateOrCreate() method but...
I have been racking my brain to figure out the most 'eloquent' solution to this problem. Perhaps you...
I am trying to implement my own Achievements system that assigns Titles to Users. The TItles are awa...
Hey, I have an existing database with float(10,2) fields in some tables. When I return Model::first(...
Do you use Eloquent in your apps? It's simply fun to work with, right? I think the same, but after s...
Hello guys, Im a newbee with laravel and php and i am having a huge problem that might be really sim...
Hello , I have a problem using the get function id ( $ user- > id ) . This function instead of in...
Hello, I am getting Unknown column 'categories.slug' What am I doing wrong in L5? Thanks [code] $pro...
So just wondering if this is possible (or even smart) before I dive in too quickly. I have three mod...
Hello guys! I am building an application and I have these models: User, Announcement, BookAnnounceme...
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