Support the ongoing development of Laravel.io →

1,900 Threads

Help! newbie in laravel 4..

I am following a tutorial in phpacademy... I'm using ubuntu. I got an error : "Error in excepti...

0 Likes
2 Replies
posted 10 years ago

Authentication attempt not "saving" per se

I'm having issues with Authentication where after Auth::attempt()ing someone and have it return true...

0 Likes
4 Replies

AndreasLutro...

[ user temporarily banned for post content ]

0 Likes
0 Replies

Hitting a route without refreshing session?

I have an ajax function that polls every 5s to see if a user's session has expired and will redirect...

0 Likes
0 Replies

Frontend / backend authentication

Hi all, I'm developing an application consisting of frontend and backend part. I want to have the tw...

0 Likes
1 Replies

Filters for Auth?

Hi, I'm trying to find out the best way of doing this and I have no idea. I have a users table which...

0 Likes
2 Replies
Solved
posted 10 years ago

[OAuth] Login with Facebook via OAuth-4-laravel package

Hi all, I would like sign in users with facebook in my website. So i use the OAuth-4-laravel package...

0 Likes
1 Replies

Why Auth does not support in mobile browser?

I have a site that developed by laravel nahid.co. In desktop browser it work properly but when I try...

0 Likes
4 Replies

Authenticated sessions vs session data

Is there a way to distinguish between an authenticated user session, and more transient session data...

0 Likes
3 Replies

Password reset function

Hello all, I tried implementing my own version of the Laravel password reset functionality. The main...

0 Likes
2 Replies

Undefined index: token

Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...

0 Likes
4 Replies
Solved

Different types of users

Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...

0 Likes
3 Replies

Senrty extends problem with config

I need to override some of the things, one of them - hasher I create new package: <?php namespac...

0 Likes
2 Replies
Solved

Auth, query scopes and whereHas() do not work together

i have set up users and roles table with a pivot table and i need to check, if logged user has admin...

0 Likes
0 Replies

Changing blades if user logged in

At the moment I have a header.blade.php, i am currently checking if the user is logged in to decide...

0 Likes
7 Replies
Solved

Reminder email not being sent

Emails are working fine everywhere else. I set up the password reset according to the docs. Everyt...

0 Likes
3 Replies

Basic routing question for get & posts to a controller

Hi, is there a better way to be doing this? I've got a bunch of sections within a user's profile tha...

0 Likes
5 Replies

Basic http authentication

I know how to use Laravel's basic authentication and how to change the column name. Is there a way t...

0 Likes
6 Replies
Solved

Authentication by Email OR UserName

if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...

0 Likes
3 Replies

Problem with laravel authentication panel

Hello. I am new in laravel 4 framework. I was following steps of tutorial http://www.codeforest.net/...

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