Hello. I'm looking for a way to create dynamic appends to a model. right now i have something like p...
I did a simple query like: $query = "sdsad'sa"; Spot::where('title', 'like', '%'.$query.'%...
Im build my app localy, and Im afraid after Ill get some traffic in to it it will simply crash. and...
Hi. I perform $a = Items::where('code', '=', $code); In the code column there are various entries, u...
I'm trying to get a Post inside a Session, but between Post and Session I have a Category Model. Eac...
Hi Can we do this query in Eloquent $tagString = implode (',', $tags); return DB::select (DB...
Hi Guys, I have a query which it's toSql result is: select * from `jobs` left join `locations` on `j...
Hi i was checking my develop and i saw something wrong, the develop works apparently fine but just w...
I have two tables products (model: Products) product_common_auction (model: ProductCommonAuction...
I am running the below Controller method which gets data from a specific Campaign table by campaign_...
table data id name type 1 Plain PATTERN 2 Strip PATTERN 3 Checker PATTERN 7 Oxford FABRIC 8 Twill FA...
Hello Artisans! I'm working on a project that is quite complex and I'm trying to find the best solut...
I am building app for enterprise their are three tables: users table (belong to company) companies...
I might be overlooking this in the docs (Laravel 4.0) but I need to know how to query a many-to-many...
HI I have recently posted this questions on stack overflow. I was hoping someone here would know the...
Has anyone thought of extending this method? For example I have a couple of models with the followin...
"Popularity" is a Laravel 4 package for tracking popular Eloquent elements of a website in...
Hi, For a client we've building a Laravel 3.x application for his business. We decided to focus our...
I have a setter/getter container that works in my controllers. How can I use the getters in my model...
Hello, I started on Laravel after a lot of sites on Codeigniter. So I try in my first dev to respect...
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.