Support the ongoing development of Laravel.io →

1,910 Threads

Logging in with email or username

I posted this on Stack Overflow a few days ago to no avail so I'm hoping I can get some help here. I...

0 Likes
0 Replies

Laravel Authentication and MYSQL user table

I have developed my first Laravel CRUD application and i am looking to setup a system of authenticat...

0 Likes
1 Replies

Auth::Check() and Maintenance Mode

HI, I'm trying to use MisterPhilip/maintenance-mode to allow certain users (who are admins of this a...

0 Likes
1 Replies
posted 8 years ago

I have a problem in manually user authentication redirection

Hi, I'm creating a admin panel in laravel using manual user authentication. I put a session variable...

0 Likes
3 Replies

simple demo of if($user->can('view))

Does anyone have much simpler way to demonstrate $user->can('view')?

0 Likes
0 Replies
posted 8 years ago

Socialite with Facebook not logging in

I'm following the documentation exactly. https://github.com/laravel/socialite and https://laravel.co...

0 Likes
1 Replies

Redirect some urls to a specific directory in the project

Hello, I am trying to set up a Laravel project on IIS server and I want when on a specific url to go...

0 Likes
0 Replies

A lot of issues with the multiauth package

Written with StackEdit. So i am struggling with understanding this laravel multi-auth concept in l...

0 Likes
2 Replies

How to reset password in Laravel with multi authentication?

i have made the Laravel multi authentication as follows: in auth.php 'guards' => [ 'web' => [...

0 Likes
1 Replies

Content-specific User Permissions

I'm new to laravel and I'm trying to determine a good way to allow a user to "share" read...

0 Likes
1 Replies

Auth::user() always returns null

Hi, everyone. I implemented login functionality to check role of user. Here is postLogin() function....

0 Likes
12 Replies

Problems with Auth::user()

Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...

0 Likes
4 Replies
Solved

Call to undefined method Modules\Oauth\Repositories\Eloquent\EloquentMemberRepository::attempt()

$email = $request->get('email'); $password = $request->get('password'); $password = md5($p...

0 Likes
0 Replies

Where does artisan make:auth set the routes?

Hi, I've done artisan make:auth, it all works, but where does it place his routes? I only see explan...

0 Likes
1 Replies

Permission Error

Hi, I have two questions the first one I wanna know how I can move my project from C:\ folder to my...

0 Likes
0 Replies

Register only certain email domain (Auth)

So I'm trying to update the out of box validator to only allow a specific domain. Are there any oth...

0 Likes
1 Replies

Nested @can checks do not work

Hi, someone knows if nested @can statements are supported in laravel? view.blade.php @can('list')...

0 Likes
2 Replies

Route middleware not working correctly

/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...

0 Likes
0 Replies

My link to github profile is not working on this laravel.io site.

Yesterday, I changed my username on github profile but here (laravel.io) remains old link to my prof...

0 Likes
0 Replies

Laravel 5 unit testing controllers with auth middleware

I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...

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