Support the ongoing development of Laravel.io →

1,896 Threads

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

Apache authentication

In my environment authentication is already beeing done in Apache (LDAP/Kerberos). I want to use thi...

0 Likes
1 Replies

Login with email or mobile number.

I want to login into my application with email or mobile number. But the default auth only use email...

0 Likes
1 Replies

Laravel 4 Session Last Activity

On picking up some older questions as how to notify the user that he has been logged out due to inac...

0 Likes
0 Replies

SSH Output - not returning the full response

I'm running the following code: SSH::into('runtime')->run(array( 'cd /home/ubuntu', './upda...

0 Likes
0 Replies

Correct Method of User to Profile Linking

Hi All, So after many years of failed attempts at using PHP frameworks, I found Laravel and I love i...

0 Likes
3 Replies

Automated API testing w/ auth

I have 2 Laravel 4 apps built as APIs. Currently, they are protected with a custom auth driver that...

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