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...
In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...
if the user login, Auth::check() will be return true; But how to make sure the user logout ? not use...
Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...
Sounds silly, but how do I allow a user to change their password through the authentication driver?...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
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 everyone :) I'm having a problem with determining a owner of a model. The application is supposed...
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...
Hey guys, Laravel is the first framework I have decided to learn and start working with. I've been a...
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