Support the ongoing development of Laravel.io →

1,895 Threads

Ban redirect?

Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...

0 Likes
1 Replies
Solved

hot to install laravel dependencies by using git

hi guys, im new to laravel and im wondering if it is posible to install laravel dependencies by usin...

0 Likes
2 Replies

Hashing both the email and password fields

The client wants users to be able to login using their email addresses and password, so I can use th...

0 Likes
5 Replies

Using Route::group(array('before' => 'auth') with Route::resource to manage Auth.

Hi, There are 2 methods in UsersController that don't need the filter. In other words they are acces...

0 Likes
2 Replies

syntax error in user model - dynamic table names

Hi Guys I am trying to set it up so that my user model accesses a different table depending on which...

0 Likes
0 Replies

Auth login issue with Hash::make('secret')

Hi, I am new to laravel, and trying to developing login page using Auth tool. i am using following c...

0 Likes
2 Replies
Solved

True Newb Authentication/Route problems

Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...

0 Likes
1 Replies
Solved

Best implementation route for user last seen timestamp

I need to implement a "last seen" timestamp in laravel, so if your authenticated, and make...

0 Likes
0 Replies

true newb: authentication issue

I am trying to get my brain around Laravel by trying to follow the tutorial here http://alexsears.co...

0 Likes
1 Replies

Auth::check performance

folks i have a performance question, i user Auth::check a lot within controller and views is it bett...

0 Likes
6 Replies

Password reminder email

Hey, i made a password reminder and it successfully sends emails, but i do not know how to modify th...

0 Likes
1 Replies

Laravel 4 Auth::attempt fails

This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...

0 Likes
2 Replies
Solved

Fork of L4withSentry --> Upgraded to 4.2 + AssetPipeline

Hey, I've been using L4withSentry quite a bit, and recently on a couple small projects I find myself...

0 Likes
0 Replies

Protect route using .htpasswd file

Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...

0 Likes
4 Replies

Input::has('name') is working in Laravel 4.0.9?

I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...

0 Likes
5 Replies
Solved

Allow member to reset password (from profile -without using the reset password)

I have a form where a user can update several profile fields such as username, email, location, etc....

0 Likes
2 Replies

Laravel auth == true after User::create ?!

No user is currently logged in. Why after I create a user using a User::create() model (my applicati...

0 Likes
3 Replies
Solved

How should I transition to laravel

Hey laravel community, I'm currently running on a regular php system with laravel as a system that I...

0 Likes
4 Replies

Laravel takes the authentication data from another computer on the network

I use laravel framework (v4.2.4) with the auth provider. I have two accounts: Kees Piet When I log i...

0 Likes
0 Replies

Multiple Filter Parameters

How can you pass multiple parameters to a filter? This function in the compiled.php indicated that y...

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