Support the ongoing development of Laravel.io →

1,910 Threads

posted 10 years ago

Conditional returning false - password recovery

These are my three functions to recover a password. Everything seems right. In my routes, I am passi...

0 Likes
5 Replies
Solved
posted 8 years ago

Check premissions with middleware

HI, in route i have something like this: Route::resource('categories', 'CategoriesQuestionControlle...

0 Likes
0 Replies

Auth Error Problem

Hello, All I meet some problem about Laravel 5 auth. I create project and want to use default auth f...

0 Likes
4 Replies

Login as guest instead of User

In my AuthenticatedsUsers.php, the postLogin() method correctly run the Auth::attempt() and return t...

0 Likes
1 Replies
Solved

Is this correct/secure usage of OAuth2?

Hey, I am setting up OAuth2 for the first time. I'm using the package: https://github.com/lucadegasp...

0 Likes
2 Replies

protect route for unauthorized users

hello! I'm new in laravel, i want to deny access routes for unauthorized users. my code: #Route::get...

0 Likes
2 Replies

Auth:: facade in php unit

Hi Guys, Can someone help me plz. I can't get trough this issue in Laravel 5.1. My model is the defa...

0 Likes
0 Replies

unable to install the laravel 4

Problem 1 - laravel/framework v4.1.9 requires d11wtq/boris 1.0.* -> no matching package found.

0 Likes
0 Replies

How to fire an event after successfull password reset?

Hello folks! How can I fire an event after one of my users successfully resets their account passwor...

0 Likes
2 Replies
Solved

Laravel-localization redirect issue

I'm trying to set up a good localization system in a Laravel App. Basically what I am after is this:...

0 Likes
2 Replies

Lackluster API documentation.

Hi, I have been recently looking into Laravel coming from a JavaScript (and some Java) background. I...

0 Likes
2 Replies

How to solve the issue with RegisterRequest ?

The issue appears when I want to registrate my user (click submit button). Login works great. I use...

0 Likes
0 Replies

Traffic from Google is not signed in

I have my browser open, I visit my website and login. Then, in the same browser window, I navigate t...

0 Likes
1 Replies

multiple remember_me tokens are set while using Auth::attempt() in my custom driver

Hi, I have made a custom auth driver base on the documentation, but as I check my database and used...

0 Likes
0 Replies

TokenMismatchException in loging to website

Hello to every one . I have two websites in my xampp localhost folder . both of them are having logi...

0 Likes
1 Replies
posted 8 years ago

Auth::user() return null

I've created login form then I try to login. It work but Auth::user() return null; I try to dump var...

0 Likes
1 Replies

Auth::attempt returns false in custom Controller.

I can't understand why Auth::attempt always returns false. Maybe someone can enlighten me and explai...

0 Likes
0 Replies

Return redirect from within another method in controller

I am trying to authorise user in a controller method by calling another method of the same controlle...

0 Likes
3 Replies

Sentinel: Authentication & Authorization Library Open Sourced

We've open sourced Sentinel and depreciated Sentry. Feeling supportive? Help us on our mission to bu...

0 Likes
1 Replies
posted 8 years ago

SELECT multi columns instead of SELECT * during authentication with Laravel 5

I am interested in to modify default sql while auth with Laravel 5. Laravel uses this sql for auth a...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.