'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' after returning from Laravel pass...
I have a shopping cart ID that I'd like to save somewhere to pick up the cart later when the user co...
So I have a table on my database, with an eloquent class allowing me to access it. So far everything...
I have a simple query like this: $userIdLists = Users::whereIn('id', $idList)->select(array('id')...
Long story short. I created a migration named "create_music_table" which have following fi...
I am writing an app that administers tests to students. I have a model that represents a prototype o...
$orders = DB::table('orders') ->join('order_item', function($join) { $join->on('orders.id', '=...
I have the following tables: lessons - lessonID - lessonName .. sections - sectionID - lessonID ref...
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 would like to know if someone could use Google AppEngine datastore API for PHP in a Laravel ap...
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...
OK, just need a quick help, hope you guys can help me out. What I need is to append some columns to...
<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...
I'm getting the following message by my code. preg_replace() parameter mismatch pattern is a string...
Let's say we want to build this form: Team: Team Name: Team Country: Members: Member A name: Member...
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