Support the ongoing development of Laravel.io →

1,917 Threads

Redirect "register"

Hello, i am new to Laravel and and am playing with the "built-in" Authentication functiona...

0 Likes
4 Replies

Permission in Routes as Array

Is there a way to have more than one permission for a route? An array doesnt work. I want something...

0 Likes
2 Replies
Solved

Laravel and CKFinder

Hello, I'm trying to use Laravel Auth function in CKFinder to restrict anonymous using of CKFinder....

0 Likes
0 Replies

Check user level laravel 5.0

I have in the database a table named user that contains the following columns, id, email, name, pass...

0 Likes
0 Replies

Call to a member function with() on a non-object error

Hi I tired .i don't know what i do about this error. my function is this: public function viewop($l...

0 Likes
0 Replies

Rate limiting

At the moment, i have a simple rate limiting function implemented with a route filter. I was wonderi...

0 Likes
1 Replies

facebook canvas login issue

I trying to build facebook canvas with laravel 5.2 with "SammyK/LaravelFacebookSdk" packag...

0 Likes
0 Replies

Authentication always fail

Hello. I'm trying to use implement authentication in my system without success (using Laravel 5.0)....

0 Likes
0 Replies

User Authentication not working!

I am creating a simple login function on my website with a registration feature. The registration fe...

0 Likes
12 Replies
Solved

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

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.