I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...
Once again I'm pretty lost, the same place as other projects I've started xD A "closed" ap...
I'm building the user auth for my app and I can see it's possible to send additional parameters to t...
Hello! I have table users and have field active. I want make that if 'active'=1 => auth complete...
Hello there. I have a User table with a password, and People table with an email. User has a forei...
Hello guys, IIt is my first post at this community, I hope not last :) So to the point, I am buildin...
If had the following call in my test: $response = $this->call('GET', 'user/profile'); how can I...
Hi all, I am new to Laravel and was wondering what would; be the best practice to prevent users edit...
Pardon my newbie-ness, but I'm new to Laravel and developing RESTFUL APIs in general. I found docum...
Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...
Permissions is a tiny Laravel 4 package for handling user roles and permissions. Check out my Github...
Hi everyone, I've been wondering what would be the best way to provide my users social login as well...
Hey, I am trying to auth my user, created a user using hash::make('1234') but it's not matching when...
Hi everyone, i'm trying to implement in my Laravel 4 app, a script that shows me which users are onl...
My Auth::check is not working in view. but works fine in controller. also works fine on local server...
Everything seems working well but the email of reset password will send twice. That's strange!
Hi, my L4 apps runs in MySQL, and all my user accouts are in SQL-Server. I would like create a basic...
I have the login method in my AuthController: if (Auth::attempt(array('usuario' => $user, 'passwo...
How well does Laravel (or more so PHP) handle integrating with databases where the table/column name...
Hello, In laravel Auth, how can I add additional data in Auth. When I'm login then laravel store 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