In relationship from the questions I have ask previously, Question 1: Inserting selected fields from...
I would like to have the following models: Employee, Agent, Client. Since half of all the fields and...
Hi there, This was a different thread, but incorrectly titled. Anyway, here's the problem: On our d...
I think I've come up with a fairly clean way to return custom entities from the query builder. I've...
Hello, I have 3 tables ppc_offers, survery_offers,find_offers ( from admin section, i enter data int...
what is the solution of illigel offset type exception in laravel4?.
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've looked around for a tutorial or a best practice for implementing a filter for results. I would...
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...
Hi folks, I've got a table called "customers" and a table called "projects". Eve...
How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...
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...
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