I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...
Hi all, I'm creating a drop down list that gets populated using data from a database. Everything wor...
How we create foregin key in phpmyadmin in laravel4.
Hello guys, i just started to use laravel, and i was able to create a new HMVC system following this...
hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...
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...
What is the relationship between these data-binding frameworks and Laravel? Does Laravel implement s...
Hi Guys, I have a query which it's toSql result is: select * from `jobs` left join `locations` on `j...
I'm struggling with where to put logic like this? http://laravel.io/bin/Qz41 I have a multi domain a...
how could i display the forum topics from the database to the page?
I have two tables products (model: Products) product_common_auction (model: ProductCommonAuction...
Hi i have two tables CATEGORY and PRODUCT i need SUBCATEGORY and then PRODUCT this is my database m...
I am running the below Controller method which gets data from a specific Campaign table by campaign_...
Guys, good afternoon! Soon die and I can not solve a problem I'm having! I want some way I can chang...
Hi, I'm new in Laravel. I learn Laravel from "Learning Laravel 4 Application Development"....
I might be overlooking this in the docs (Laravel 4.0) but I need to know how to query a many-to-many...
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