Support the ongoing development of Laravel.io →

1,912 Threads

posted 9 years ago

Multi User Middleware

Hi, I am trying to implement multiple user types using laravel 5. My general idea is to have a users...

0 Likes
0 Replies

[Laravel 5] Reminders table

Hello Does laravel 5 have an artisan command for making the reminders table? I've tried what I've fo...

0 Likes
1 Replies
posted 9 years ago

How to create your custom login method

Hello, How do I create my own custom login method? I know that extending a trait is not posible. htt...

0 Likes
2 Replies

L [5] : how to autehnticate user on curl

i had made api in laravel 5 i want to authenticate User using CURL how can i use it Route.php Route...

0 Likes
2 Replies
Solved

[Package] OAuth - Never been so easy!

This is my first Laravel package and I'm really excited to contribute! :) The goal of this package i...

0 Likes
22 Replies
posted 9 years ago

ErrorException when adding only array to middleware options

Hi i add this code in the construct function of the controller $this->middleware('auth'); and wor...

0 Likes
1 Replies

Changing the redirect for a successful login

Alright, I know this might seem trivial and hopefully I just missed it... I am using the out of the...

0 Likes
3 Replies
Solved

Laravel Authentication Always Fails..

I've Searched quite a bit and can't find the solution.. My Credentials are valid, but it always retu...

0 Likes
0 Replies

Using CORS(Cross-Origin Resource Sharing) to access Laravel Routes, Error(Unauthorized)

I'm using simple Restangular function "Restangular.one('here_is_laravel_route').get();" to...

0 Likes
0 Replies

Session doesn't persist on CORS

Hi, I'm trying to create an API with Laravel, this are on my localhost:8080, and i want to use it wi...

0 Likes
1 Replies

Use middleware on certain routes in a restful route controller in L5

I have a restful route controller for user setup like this: Route::resource('user', 'UserController...

0 Likes
2 Replies

Testing login L5

I'm trying to write tests for the login but keep getting these errors Method Mockery_4_Illuminate_Au...

0 Likes
0 Replies
posted 9 years ago

Need to link to auth/login in Laravel 5, link fails

Hello, <a href="auth/login">login</a> When I click on the link above, it works http://lo...

0 Likes
8 Replies
Solved

Multiauth Route before not working

Hi, I got problem with my authentication. I need to make the guest login so they can get into online...

0 Likes
1 Replies

Forgot password mail

Hii..all I am tryging to create forgot password functionality,, but getting following error. Connect...

0 Likes
3 Replies

Get user from WebSocket connection

Hey! I have just started to create a Laravel application featuring websockets. I have managed to cre...

0 Likes
0 Replies

Redirect Intended URL

Using Laravel 5, though this accured in previous versions too. Issue: I'm getting the redirect url s...

0 Likes
0 Replies

How to modify built in authentication in Laravel 5?

I want to be able to distinguish if a user is Administrator, and if he is to redirect him appropriat...

0 Likes
5 Replies

invalid credentials after password_reset on login

I'm on Laravel 4.1.3 I used the password_reset everythings seems to work email is sent , reset passw...

0 Likes
0 Replies

change rule hash password

Hi, i want change rule(algoritm) hash password in laravel . and in attemp use my rule. how to set cu...

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.