python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Detect Laravel fortify login and do something
I'm using Fortify in my Laravel 8 application that's used as an API backend to a Nuxt front-end. When a user logs in, and their log in is successful; I'd like to perform some custom functionality to u...
Ryan H
Votes: 0
Answers: 1
Change Laravel Fortify Auth Column Names
I tried following these steps to no avail
https://stackoverflow.com/a/64299968/7309037
I have a User Table with the column name "EmailAddress" but Laravel is looking for "email" an...
Carlos Castillo
Votes: 0
Answers: 1
Problem in Laravel Middleware Auth and Verified Routing using Laravel Fortify "Register Email Verification"
I have successfully configured all the facilities using Laravel Fortify but I have faced a little problem in middleware routing that is I know that When we try to apply email verification we use "...
Muhammah Anisuzzaman
Votes: 0
Answers: 0
How can I disable the register route using Laravel version 8.83.4?
How can I disable the 'register' route using Laravel version 8.83.4
---- This does not work
Auth::routes([
'register' => false
]);
Apparently, I am supposed to use fortify but there is no fort...
Hlanga
Votes: 0
Answers: 1