Support the ongoing development of Laravel.io →

1,902 Threads

Auth not working!

Hey friends; There are no errors in No errors in storage log. The record exists in the database with...

0 Likes
7 Replies
Solved

Routing per user role

Hi New here and trying to do some reverse engineering on https://github.com/andrewelkins/Laravel-4-B...

0 Likes
4 Replies

Auth::Attempt() Issues with MCRYPT_RIJNDAEL_128 cipher

Hi there, To all laravel 4 developers who are facing the Auth::attempt() login failure with valid cr...

0 Likes
2 Replies

Creating a 404 error

Hi I'm trying to create an admin section. So far I can login and logout. The only problem I have is...

0 Likes
3 Replies
Solved

Inter-App Communication

Hello folks, I am currently writing a project, where I have different Laravel Apps for different Ser...

0 Likes
0 Replies

Auth::check() automatically logs me out when it is performed a lot in small time

Hi, I'm using the Chumper/Datatable package to show data to my users in a nice DataTables table. I l...

0 Likes
1 Replies

Authenticate java applet with Sentry 2

Can anybody give me some guidelines on how to Authenticate java applet with Sentry 2. Java applet up...

0 Likes
0 Replies

Lusitanian oauth set session from database key

I'm using https://github.com/artdarek/oauth-4-laravel which is built off on https://github.com/Lusit...

0 Likes
0 Replies

Laravel Auth attempt failing with valid credentials

I learn Laravel and try to reproduce what is in that video. I created a database, I created an user...

0 Likes
5 Replies

remember_token

ever since I upgraded to 4.2.8, some users are not being remembered on the site and i'm authenticati...

0 Likes
3 Replies
posted 9 years ago

Auth::login won't work

Hey, i have this code $auth = User::where('Nome', '=', Input::get('username'))->where('Senha',...

0 Likes
3 Replies

Get a birthday

I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...

0 Likes
0 Replies

Get a birthday

I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...

0 Likes
0 Replies

How to add custom fields to AUTH module

What is the best way to add custom field to Auth ? How about if i want to check additional fields so...

0 Likes
1 Replies

Confide by Zizaco

I just finished the Laracasts Larabook Series and then I discovered Confide by Zizaco. What I don't...

0 Likes
0 Replies

Undefined variable: validator

Hi there, I new there and with laravel. I try make users Authentication but have all time have this...

0 Likes
3 Replies
Solved

If user logged in redirect to profile. Why use filter?

This works fine why use filter? public function home() { if(Auth::check()) return R...

0 Likes
6 Replies

Tutorials on upcoming Laravel 4.3.

Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...

0 Likes
0 Replies

Help with users and their roles (Laravel + Entrust)

Hello, first thanks for the interest in my topic! Here's my question, I have Laravel and Entrust aut...

0 Likes
3 Replies
Solved

Condition in routes.php?

Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...

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