Hi, I currently creating this somewhat complicated abstraction layer. is it possible to cancel or ro...
Hi, I would like to customize the JSON which is returned by the index and show functions of the cont...
So, I had a pretty common need to generate a query against a table based on multiple column values....
I try run this code: $rows = DB::table(CustomerNumber::TABLE) ->join(NumberGroup::TABLE, functio...
Is there a clever way of composing an eloquent search where it only applies values sent thought and...
I have the query like this $article = new Article(); $query = $article->with('user')...
Hello, I created a search functionality within my Laravel project - the user can search for teamname...
Hi all! I'm extending a Model Collection to customize some features but I have to manual insert new...
I'm getting started with Laravel, and learning as I go. I'd like to know the best way to tackle this...
Hello everyone, i have a new project where i developed a different way to manage sessions. So i crea...
This problem is slightly related to my previous post but NOT identical: http://laravel.io/forum/06-1...
i'm trying to run this code $AdvanceRequests=new AdvanceRequest(); $AdvanceRequests= $AdvanceReque...
Hi ,Guys Last night i was working on this project. Actually, am new bee to larvarel but , thanks to...
I have a generic user table, with created_at and updated_at timestamp columns. I'm curious if there...
Hi all, I have the following query: $posts = Post::with( 'comments' => function($c) {...
Hello, i have three database tables: User, Team and Relation. A user can be a member in multiple tea...
Hello All, I am new to the Laravel, and to web Development too, but was very impressed with the fram...
I've got a form that needs to update multiple rows with different id's at once. Like a spreadsheet....
I want to create a multi tenancy application using Laravel. I am using the one database, multiple te...
As always run the SET of solution? Problem: SELECT failed because the following SET options have inc...
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