Juste updated the package, which now fully supports Laravel 5. Originally forked from Eloquent, insp...
In a personnal attempt to resolve the 'Repository Pattern Dilemna' that has been a huge debate in th...
You have to autoload from your composer.json { "autoload": { "files"...
Well, maybe you can paste the full error log that leads to that Class not exists exception. Without...
Yes : Author::has('AuthorContactData')->whereId($authorId)->with('AuthorContactData')->wit...
I suggest you hunt down any 3rd party package you use in your applications, they may have updated so...
Did you run any update that could have caused this issue ? The Illuminate\Contracts\ namespace only...
The Laravel portal for problem solving, knowledge sharing and community building.