Support the ongoing development of Laravel.io →

1,917 Threads

User and password not accepted when attempting to send with mail?

So I'm wanting to setup a contact form and send emails using the built-in laravel mail. I'm receivin...

0 Likes
0 Replies

Password confirm does not work

Hello there, i am trying a really simple form validation, but somehow it does not work out. here is...

0 Likes
6 Replies
Solved

Cache Auth::user()

I'd like to cache Auth::user() calls, because I have the username of the logged in user in my top na...

0 Likes
21 Replies

TokenMismatchException in VerifyCsrfToken.php line 68:

This is a link i tried default intstall on window. but appears error like that. installed on osx was...

0 Likes
8 Replies

Passport - "Unauthenticated."

I hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth...

0 Likes
7 Replies

use Auth::user() in api routes!

in laravel 5.3 i cannot use Auth::user(), it's response unauthenticated! how can i use Auth at api r...

0 Likes
0 Replies

5.3 Passport Personal access token 500

Hi guys, I'm trying to set up my custom API with Passport (well, I'm already halfway through, just n...

0 Likes
0 Replies

Laravel Passport with SPA (using VueJS 2)

I've been having this dilemma when working with Laravel Passport and VueJS 2 for SPA. I have my back...

0 Likes
1 Replies

Lravel 5.3 - Password Reset with different user column names (username)

Hi, developed web application based on account with inner users for companies with staff. my users t...

0 Likes
2 Replies

postLogin never called?

Hi, I have a very strange behavior here. I have the same app on local and remote servers. The same p...

0 Likes
1 Replies

Converting user passwords from md5 to bcrypt

I have a database of users which have passwords stored in md5. Since Laravel uses bcrypt, I want to...

0 Likes
1 Replies
posted 8 years ago

Authentication with an existing table (md5 passwords)

I'm trying to have my new Laravel project authenticate users from database table "user", w...

0 Likes
2 Replies
posted 8 years ago

How to change Auth routes to work with Localization.

Hi, I am using Laravel 5.3 with Authentication and Localization. I still use base Auth routes and i...

0 Likes
0 Replies

Laravel Authentication is app.blade.php

I have installed Laravel 5.3. And I have tried authentication process. It has generated app.blade.ph...

0 Likes
1 Replies

Can't change table name for eloquent

I haven't used Laravel in a while, so maybe I'm forgetting something. But these are my files: Route:...

0 Likes
5 Replies
Solved

Disable user feature / validation email script

Hello, I've added a column (is_activated) in user DB to add verification email in registration proce...

0 Likes
2 Replies

How to create oauth access token in register controller

I created an web app which it uses laravel default registration, I've tested passport oauth2 client...

0 Likes
0 Replies

Please help on this error: Trying to get property of non-object

Hi, Please help on this error, I'm getting the following error in my laravel 4.2 site Trying to get...

0 Likes
1 Replies

Testing middleware with cookies

I made some middleware which checks if a user has registered its device. Therefore it checks if the...

0 Likes
1 Replies
Solved

Custom authentication with fragmented tables by auth-jwt

I'd like make authentication fragmented with two tables in database. So, I'd like override retrieveB...

0 Likes
0 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.

© 2025 Laravel.io - All rights reserved.