Support the ongoing development of Laravel.io →

1,909 Threads

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 7 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 7 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

Allow users to delete their profile

There is a quick way to allow this? Can I use something like: public function destroy(Request...

0 Likes
0 Replies

Logout from inner page

Hi people i have a question about Logout on Laravel 5.1 I have an url like myurl.com. I can make log...

0 Likes
10 Replies
posted 7 years ago

Auth filter resend POST-Request after Login

Laravel 5.3 I have an input field where everyone can input some data. When the user submits the data...

0 Likes
0 Replies

Multiple User Auth in Laravel

I am making a multiple Auth in Laravel , I am in doubt if I make a auth in different tables like ADM...

0 Likes
2 Replies

Create user upon storing in another table.

Hi all, I have sponsors table and form where I can create a Sponsor. While doing that, I would like...

0 Likes
1 Replies

How to login with username or email or both and password in laravel 5.3

I want to login with username or email or both and password in laravel 5.3. How can I achieve this?

0 Likes
1 Replies

Show user different layout depending on role

First: I read lots of things about multi auth, if this is the better way to do what I want, please t...

0 Likes
0 Replies

Wait until information is saved into DB

Hello, I'm currently trying the following: I'm having a form, where a user can add additional inform...

0 Likes
2 Replies
Solved

Check if user is logged in

Hi, I have a question, I'm trying to improve my code and I'm using currently \Auth::check() to see i...

yervandbag liked this thread

1 Likes
3 Replies

Add additional information for user

I'm using Laravel for a little app. In this app I added the auth things of Laravel (verison 5.3), so...

0 Likes
4 Replies
Solved

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.