Support the ongoing development of Laravel.io →

1,909 Threads

How to add dynamic dropdown list column on Laravel 5.3 registration?

I want to create a dropdown list where the data retrieved from the database, ie dropdown level. the...

0 Likes
1 Replies

Log user returning via remember (L5.3)

I'm spinning in big circles here. I have a Log set up to log users logging in using the EventServic...

0 Likes
0 Replies

add new "password" column for authentication

Hi, I need to do two kind of authentication users. First is by password, so you need to type login+p...

0 Likes
0 Replies

Route.php Web.php . What does Route excactly do

Hi everybody, I'm very new in Laravel. I have been watching some videos and I saw this route.php use...

0 Likes
1 Replies

How to login/ register the laravel default authentication by sending xhr request?

Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...

0 Likes
0 Replies

Hash::check return false

Hi laravel's community, I have been around a problem all day long. I am working on adding a change-p...

0 Likes
4 Replies

Login Facebook Laravel Socialite

Argument 1 passed to Illuminate\Auth\SessionGuard::login() must implement interface Illuminate\Contr...

0 Likes
1 Replies

Manually logging in as a user, then redirecting, shows me previous user unless I refresh.

This has been a persistent issue, and now it is time to fix it. I have a section of a projcet where...

0 Likes
2 Replies

Where is the code where the auth.basic middleware checks username and password?

I am trying to find where the auth.basic middleware checks the username and password in the database...

0 Likes
1 Replies

Run api in default 80 port..

I have given my api code below: Step1: My Route $api->version('v1', function($api) { $api->get...

0 Likes
1 Replies

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

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.