Support the ongoing development of Laravel.io →

1,909 Threads

How to develop a completely secure e-commerce website in Laravel?

I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...

0 Likes
12 Replies

Change layout when user is logged in.

@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...

0 Likes
2 Replies

Laravel passport gives 401 Unauthenticated error - Tenant DB

I'm using laravel passport for API authentication, it works perfectly when I use it with one db, but...

doaaiti liked this thread

1 Likes
0 Replies

Reset password without users email address

Hi there, I want to simplify the password reset process for the user by determining the users email...

0 Likes
0 Replies

policies and request loops

hello, I have an issue with requests loop with what appears to me like a pretty standard feature (bu...

0 Likes
1 Replies
Solved

Fake session object for dummy user

I want to create fake session for dummy user in Test

0 Likes
0 Replies

Auth::check() or Auth::user() logs me out automatically

I'm facing an issue here which I don't think I had before, however I'm not sure what I changed to in...

0 Likes
3 Replies
Solved

Make laravel app a subscriber to another app.

Hello Laravel.io I'm wondering on how to make a laravel app behave like a subscriber in pub sub to r...

0 Likes
1 Replies
Solved

Extend Eloquent Model with created_by, updated_by, deleted_by

Hi@all, i'm new at Laravel, and now i'm building my first app. My app is a database to store address...

0 Likes
6 Replies

Auth::attempt() with an User relation for credential

Hi, I have this project where the client needs the user to input a document number instead of the us...

0 Likes
0 Replies

REST Authentication model?

Hello, What's the best model for authentication in REST services, I have been checking out this tuto...

0 Likes
5 Replies

how to implement two factor auth in laravel?

searched on the Internet, but to no avail, can anyone help?

0 Likes
1 Replies
Solved

Mobile App Security Best Practices For App Developers

Read this post to know about the latest mobile app security best practices for app developers which...

0 Likes
0 Replies

Laravel SAML (kingstarter/laravel-saml)

I'm having a problem and not sure what to do. I've already managed to create the login then redirect...

0 Likes
0 Replies

Error after successful registration

After fill data and press register button http://joxi.ru/EA4pyLjcD9p15A I got error http://joxi.ru/5...

0 Likes
0 Replies

stateless twitter login with laravel/lumen/socialite

I want to create social based logins for my api In the "docs" <_< it says you can us...

0 Likes
0 Replies

Getting 301 moved permanently response on Laravel API post request

I have deployed Laravel REST API app on Server. I am using VUEJS for frontend and Laravel Passport....

nabilkrs liked this thread

1 Likes
0 Replies

Default data base structure for laravel

Hi all, I'm new here and the questions I have very simple, though I couldn't find the answer. All I...

0 Likes
5 Replies

Laravel server transfer routing error

We just bought a new server becouse the old one was slow so this week we intended to transfer our la...

0 Likes
0 Replies

Login issue in Laravel AdminLTE

I am using AdminLTE to develop an application.In one stage I can't login to my application. Now I am...

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.