Found the solution. Turns out that Laravel's Auth and Sentry are entirely independent. While using Sentry, Laravel's Auth will not work.
Sentry::getUser();
The above code will give you the details of the logged in user.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community