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...
Long title but it kinda sums up the issue. I have an action in a controller that creates a new user...
I'm using Laravel 4.1 locally and on production (shared hosting, PHP 5.3.27). Locally everything wor...
Dear, I have a Laravel API. For example I used Sentry, but can successfully work without Sentry. I l...
So I am working on an authentication driver for laravel since my work uses shibboleth for all applic...
hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...
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