I'm building an authentication system using Sentry 2. The problem I'm facing is that I'm unable to...
I'm trying to relate a user model and a comments model. My user model has the following code.. clas...
Found the solution. Turns out that Laravel's Auth and Sentry are entirely independent. While using S...
@chrishtoffertyrefors, I'm getting it as an Active Record, using the Model::where() query.
@tzookkb, Yup, I hadn't given the extra foreign key parameter in the relationship! Typically the ord...
The Laravel portal for problem solving, knowledge sharing and community building.
The community