Support the ongoing development of Laravel.io →

1,910 Threads

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
posted 10 years ago

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
posted 10 years ago

Apache authentication

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

0 Likes
1 Replies
posted 10 years ago

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

Unit Testing in laravel

I am a beginner and I want to write nice test case for my api server and need to do unit testing so...

0 Likes
1 Replies

App still remembers me, even if I do not want to...

I try to open my "users admin" app at http://myapp/admin/users -> this URL requires use...

0 Likes
2 Replies
Solved

Single User Authentication and Multiple Role

I want assign multiple roles for single user and want to change user role on single login

0 Likes
2 Replies

Authentication laravel 4 on beforeFilter('auth') not work

i have some controller that i want to secure this from login page and i add login page and im my con...

0 Likes
2 Replies

How could I limit account creation from one IP?

On my website one of the main pages is where users must vote. So for avoid cheaters and duplicated a...

0 Likes
1 Replies

how to call Form data from API using laravel

how to call Form data from API using laravel I need Tutorial Thanks.

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