Support the ongoing development of Laravel.io →

1,910 Threads

posted 8 years ago

how laravel auth detect user authenticated via tymon jwt

hi I am trying to learn laravel, as a practice i have implemented tymon jwt auth in my laravel proje...

0 Likes
0 Replies

Internal Server Error

I am working with Laravel 5. here all working well for route '/' but when i am defining another rout...

0 Likes
1 Replies

Error message not showing

I'm trying to get the error message to show when I attempt to login with the wrong username and pass...

0 Likes
0 Replies

Creating a Master Admin account that is not part of the normal users' database.

Hi! I'm creating an app where I'm using a User model that represents Hotels. The columns for these h...

0 Likes
1 Replies

Stateless Basic Authentication for some routes in Laravel 5.2

Does anyone knows how can I use a stateless basic authentication for some of my routes in Laravel 5?...

0 Likes
1 Replies

Socialite really huge question

Hi I have a scenario where users log in into Laravel with regular email/password scenario. However i...

0 Likes
0 Replies

2 Forms 1 different hidden input

Hi guys, new here so go easy! I'm working on a site, and doing what I can in laravel, I have 2 regis...

0 Likes
0 Replies

Laravel 5 in DDD Pattern

I would like to start my new project in laravel 5 using DDD pattern. I am confused about the authent...

0 Likes
0 Replies

Redirect to login page after login - loop in login

Hello everyone. I have a problem with my Laravel setup. This is a system that we have been working o...

0 Likes
0 Replies

Oauth 2 PUT & DELETE Method Not working

Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...

0 Likes
0 Replies

Can't login user in test

I'm attempting to login a user in a test using Auth::loginUsingId(1); ...but I'm getting the follow...

0 Likes
8 Replies
Solved

Soap client not authenticating with wsdl

I am using laravel-soap for a wsdl. Its not authenticating even though all parameters are correct. I...

0 Likes
1 Replies

Authentication broken after added Column to DB

HI there, I am very new to Laravel 5.1 and i am working on an existing project. There is a Login and...

0 Likes
0 Replies

Laravel authentication custom function not working

I have a UserController and i have made a custom login function in it. public function login(Request...

0 Likes
0 Replies

Authentication view is not working but registration view is working fine

I am new to laravel. i have seen some related posts but i could not find right answer. I made an aut...

0 Likes
2 Replies

Session not persisting 5.2

Hello, So everything was working brilliant before I shut my laptop down and rebooted it, and when I...

0 Likes
1 Replies

How to use route with suffix

I try Route::get('article/edit/{alias?}'.$suffix, ['uses' => 'ArticleController@getEdit', 'as' =&...

0 Likes
0 Replies

Routing stopped working after upgrade from 5.1 to 5.2

HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...

0 Likes
2 Replies

Create own login validation without database

Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...

0 Likes
1 Replies

Policy for the create method

Hi, I'm implementing roles and permission for a project, and using policies, but I have a problem wh...

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.