I have a query that counts rows in a table that equal 5. For some reason it is running multiple time...
Not sure what happened. Maybe a recent update? I push my code changes to my public environment from...
I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...
I am building a specific kind of messaging system. A user can message a user. A user can message a c...
( cross posted @laracasts too, just want you guys to check this out http://goo.gl/c0uc1S ) Just foun...
you are doing way to much. It is quite simple actually. I am assuming $pbUserTable = User::where('em...
I could easily build each inbox with its own tables/models/etc but I would like to be able to optimi...
I tried to follow your example but got a bit lost with how I am trying to implement this. See if the...
can poly relationships be linked? Like User and Company Can have Conversation which will have Messag...
i asked the same thing https://laracasts.com/discuss/channels/general-discussion/laravel-4-eol
The Laravel portal for problem solving, knowledge sharing and community building.