An Owner has many Cars... And in my blade page I have this... {{{$car->Owner->name}}} And tha...
Hey guys I was wondering if it would make any sense to only attend the community day (28th august) f...
My package needs controllers, models and views. I'm confused as to where these should be placed and...
Is it possible to create a redirect from within a function? Say I have a BaseController that all con...
I have an app with users and collections. Both are resources and each user can create collections. I...
I am trying to change the URL to make it SEO friendly. i was able to go all the way to the Presenter...
hi, here's the show method of my SiteController, it shows a site resource as a json to any user who...
I'm quite new about testing. I'm wondering what is the best way to make my classe testable. Is it be...
HI i searched Google but did not find anything about this and i never had this error before in Larav...
I'm trying to figure out the easiest and most effective way up updating hasMany() and belongsTo() re...
I am pretty new to Laravel and have a fairly basic question. In my default.blade.php I have a <di...
Hi! Just started using Laravel (4.1.30) for a project at work. So far it's just amazing, totally hoo...
Hello I have recently implemented the repository pattern using Jeff Ways ace tutorials at Laracast....
Hello. My setup is probably a tiny bit weird but I am working on a workbench system where everyone o...
hi, i would like to ask you how would it be better to resolve dependencies. i'm not really sure to u...
Hi all. Im using MAMP PRO and Im "that guy who is coming from Code Igniter and want use Laravel...
app/models/login.php <?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; use...
When I use {{ $hotel->userid->username }} in my blade templates, I get this exception. "T...
Hello. I am facing an issue and i don;t know how to solve. I have a post route where i am storing to...
Let's say we have a custom base model (For the purpose of readability let's assume that this has all...
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