how we fetch the data from phpmyadmin in laravel4 ?
I am struggling to understand how laravel works and I have a very difficult time with it Model - Use...
Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...
Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...
DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...
I have two models with relationship: City and Events. In the controller i have this: $cities = City:...
Hi there, I would like to insert a post and its images with laravels ORM. Posts title tekst Images...
Hello, I would like to add some functions to the Blueprint class but I can't get it to work without...
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...
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