Groups::find(1); class Groups extends BaseEloquent { } class BaseEloquent extends Eloquent {...
Hi I execute a request with Db::raw in my laravel model. When i do the same request in phpmyadmin, t...
Hi guys, I'm developping an API and because I have (mostly) the same functionality I've created an a...
hi guys, here is my model: public function GetArticle($query, $parent = NULL, $showDeleted = false,...
I just noticed new directory /resources/assets That's where all of my css/js/images should go for n...
I have strugging with below error. It is not about interface error but model error. I don't know wha...
hello, This is my first thread. I m very newbie to Laravel. I have vehicle class morphTo(Bus) and Mo...
I'm getting an error which I understand but can't find the offending code. What is the proper proce...
To save time posting all this again, here is a link: http://stackoverflow.com/questions/26188556/hid...
Hi, I try to create a small CRM with "leads", notes about leads", clients" and &...
I use XAMPP localhost server and I recently got into possession of a introductory book regarding Lar...
dialeleven liked this thread
I'm trying to integrate fb-connect in Laravel using Sentry instead of the default Authentication pac...
Running this view()->exists('backend.pages.profile') returns true. But running this return view(...
This worked fine prior to upgrading from 4.0 to 4.1. Code didn't change: In by blade .. {{ Form::ope...
Is this a filter order issue? In the first filter I set up a object needed for authentication (later...
i have a one to many relation that return value on one side and null in the other side !! class Part...
I am currently stuck with an issue on my laravel application. The default Auth::filter that came wit...
I've a Upload model that morphTo some other models like Post. When I fetch posts I want to eager loa...
I am trying to upgrade our site from 4.0 to 4.1 per the Laravel docs. The site worked fine prior to...
I am trying to fetch 3 values from 2 select forms and 1 date form and compare it to the one's on my...
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