Support the ongoing development of Laravel.io →

1,915 Threads

Route model binding won't work

Hi guys, I'm relatively new to Laravel but am so far impressed. One of the features that I was reall...

0 Likes
0 Replies

Passing an array from filter to the Controller

Hi, I am developing server APIs for Mobile application. Every APIs are authenticating using user tok...

0 Likes
0 Replies

Best way to get logged users info for eloquent.

I've been using this: $query = $this->job->where('user_id', \Auth::user()->id)->get();...

0 Likes
0 Replies

Cant echo data in welcome.blade.php

Hello guys ive been trying to learn Laravel and it's a lot of fun. I am running in to some problems....

0 Likes
2 Replies

How to login authentication with saved encrypted data using file(basically digital certificate)

I want to login with a file that contains digital certificate of someone, first registers with certi...

0 Likes
0 Replies

Middleware return $next($request) with JSON?

In the handle() method of my middleware, I currently have: return $next($request); But I would like...

0 Likes
5 Replies
Solved

How to create custom HTTP Authentication Laravel 5.1

Hi All, I am new to this forum and really new to laravel, i am trying to create a custom HTTP authen...

0 Likes
6 Replies
Solved

How to custom Validation postLogin from Authentication

I want custom Validation when i submit form login. Thanks

0 Likes
1 Replies

Problem with JWT login

Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...

0 Likes
2 Replies
Solved

login without hash the password

can i login using auth::attempt without hash the password ? i already have the database users from m...

0 Likes
3 Replies
Solved

Call to undefined function App\mycrypt() on Artisan Tinker

Hi there folks, I am having a problem on Laravel, since I am a newbie on Laravel Framework, I am wat...

0 Likes
1 Replies

How do I add Sentinel providers to my laravel 5.1 installation?

I'm looking at this section of the Sentinel docs: https://cartalyst.com/manual/sentinel/2.0#laravel-...

0 Likes
2 Replies

Create middleware to prevent a user manipulates the information of other users

I have a problem. I need to prevent a logged in user can edit / view etc. information of another us...

0 Likes
1 Replies
Solved

L 5.1 - return redirect->route() not working...

Hi guys, I have a strange problem. I am not able to redirect my user if his email does not exist in...

0 Likes
1 Replies
Solved
posted 9 years ago

Login Error

I am using laravel 5.1 with the default authentication controller without any overrides but i faced...

0 Likes
5 Replies
posted 10 years ago

Password Reset when using JWT Auth in Laravel 5

I am creating an app in which I am creating a laravel api and using angularjs for my front end. For...

0 Likes
2 Replies

How to change default redirect URL in modules middelware laravel 5?

i use module in my project App -> Modules -> Admin -> Http -...

0 Likes
0 Replies

verify if user is locked

I need to check if the User is blocked at the time of login. for this I created a users table field...

0 Likes
6 Replies

How to move the User model to \App\Models\User ?

FatalErrorException in EloquentUserProvider.php line 126: Class '\App\User' not found So, I really w...

0 Likes
1 Replies

Moving old users to laravel users table

I've got an existing users table for my website and am rebuilding the entire site in Laravel. I'm st...

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

© 2025 Laravel.io - All rights reserved.