Hello, I would like to know some suggestion about using using mongodb with laravel4. thanks.
Hi! Recently I was using a bit of repositories and one thing I am really curious about is how to imp...
Any recommendations on Out of memory issue in fetching the result in Eloquent? I added DB::disableQu...
Hi, I have 3 tables in my database listings (id, title) categories (id, name, parent_id) category_l...
Hi guys. I need to return a list of products that belong to X category, so I created an input parame...
Folks i have got something strange happening with eloquent and the database i can't seem to put a fi...
I have two database that are required to be used for our Corporate Intranet. Is it possible to crea...
$data = array( 'name' => Input::get('name') 'itemCart' => Cart::conte...
Hello , I have belongsTo-hasMany relationship between my post and author model.My posts index route...
OK, just need a quick help, hope you guys can help me out. What I need is to append some columns to...
Hi, I have 3 models: User Post Comment Comment belongs to a user and a post. A user has many posts a...
<code> /* DB Structure Table: roles id || name Table: permissions id || name || display_name J...
Hi. I'm replacing old system to new laravel based one. There are many Database-Servers and tables, a...
Hello Laravel forum! I'm having trouble returning an eloquent collection with relations as json. Thi...
Can one model manage multiple tabels? I have Image class and 3 type of users(for each user i have o...
I'm not using the auto increment for the id instead i'm using the 32 char unique id. So when i creat...
Let's say i'm submitting multiple Job to Queue with the same Job name. But while one job is processe...
I have a CMS/app setup where an admin can make changes, but the changes are only temporary/drafts un...
Trying to insert into a table using Eloquent where updated_at column was missing did not throw any e...
Hey! I'm trying to build a simple json api where some attributes are of type boolean. The problem is...
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