Support the ongoing development of Laravel.io →

1,910 Threads

Basic HTTP Auth with credentials stored on .env file

I'm trying to make a group of secret routes on my app. Route::group(['middleware' => 'auth.secret...

0 Likes
0 Replies

Auth middleware problem

I am having problems with the auth middleware. All appears to be working ok but then I noticed that...

0 Likes
2 Replies
Solved

how to hide page and unhide page? (using auth, middleware..)

My app allows my company to upload banners that their client can then preview.. they can login and n...

0 Likes
0 Replies

How to Check the Logged In User of Laravel 4 in Laravel 5 using Same DB?

I've to work with two Projects one of which is in Laravel 4 and the other is in Laravel 5. The scena...

0 Likes
0 Replies

Unable to delete when using soft delete

Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...

0 Likes
1 Replies

Login Auth::attemp always FAILED

i trying login using auth::attempt , but always return failed , i dont know why . i already hash my...

0 Likes
2 Replies

Attempt not working (laravel 5.0)

I need support login section. public function postLogin(LoginRequest $request){ $login = array(...

0 Likes
0 Replies

Socialite visits by Google Adbot

In my exception log I see repeated exception errors being generated by what appears to be Google Ads...

0 Likes
0 Replies

JWT Auth giving error invalid_token in each api call

Hi All, I have used tymondesigns/jwt-auth package to implemet token based auth in laravel. i receive...

0 Likes
0 Replies

Authenticating Client using Client SSL Certificates

I would like to authenticate my clients based on the Client SSL Certificate. Does Laravel supports...

0 Likes
1 Replies

Redirect Path (redirectPath) not working if user already logged in

I'm just starting out after generating a fresh laravel app using artisan. By following instructions...

0 Likes
4 Replies

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

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.