Support the ongoing development of Laravel.io →

Laravel .htaccess and no login register pages found

<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -I...

0 Likes
6 Replies
Solved

Define Sanctum login route in api.php or web.php?

I am manually implementing login for Sanctum SPA (AngularJS) app and based on the Sanctum documentat...

0 Likes
0 Replies

Laravel Authentication using Azure AD

In my Laravel-5.8 application, I am using Microsoft Azure for the authentication for Company A confi...

0 Likes
1 Replies
posted 3 years ago

Duplicate Jobs although should't be

Hi there, I use Laravel 8 and sometimes my jobs are duplicated without reason. Here are some details...

0 Likes
4 Replies

dynamic mail configuration using Laravel

`In my Laravel application, I am trying to send mail notification based on the company_id of the log...

0 Likes
0 Replies

Redirect back to same page after changing locale

The way I implemented multilang is through middleware and routes. Middleware Localization.php looks...

marinarioagalliu liked this thread

1 Likes
1 Replies

error 404 notpound

this my error return $this->getRouteForMethods($request, $others);} throw new NotFoundHttpExcepti...

0 Likes
1 Replies

Problem with blade component in laravel 8

Laravel Version: 8.20.1 PHP Version: 8 Database Driver & Version:mysql I have an issue about loa...

0 Likes
4 Replies

Multi authentication

I would like to build a multi auth system, where companies can sign up, and have an admin that can c...

0 Likes
1 Replies
posted 3 years ago

Multiple Implementation of the same method

Hi, I need to keep a product database updated but it has over 100 vendors and all of them need s dif...

0 Likes
4 Replies

Best table name

Simple question: which is the best table name (to use with eloquent) for a counter between authors a...

0 Likes
2 Replies
posted 3 years ago

how can I create a point system

I'm wondering what package should I use in creating a point system for example user will get point i...

0 Likes
0 Replies
posted 3 years ago

Migrate error: "could not find driver"

I have installed Laravel 8.22.0 and PHP 7.3.20 on Cpanel. I can connect to the database (MariaDB) us...

0 Likes
5 Replies

Validate API-JSON and limit input

Hi all, I am building an API for my application and I want to limit my endpoints to the JSON Data, I...

0 Likes
1 Replies

assertSee failing when searching for text on datatable

Dusk Version: 6.4 Laravel Version: 6.2 PHP Version: 7.3 Database Driver & Version: mysql Ver...

s-dickson liked this thread

1 Likes
0 Replies

Laravel with Firebase

We had question for everyone who is using Laravel. What you think about using Google Firebase's Clou...

0 Likes
1 Replies
posted 3 years ago

Cast json column

Is there a way to cast a json column key? For example I have a payload json column and the payload h...

0 Likes
2 Replies

Shop manager

Can the shop manager in e-commerce also delete products, or only has the option to create and edit,...

0 Likes
0 Replies

Shop manager role

LarCan the shop manager in e-commerce also delete products, or only has the option to create and edi...

0 Likes
0 Replies

Testing validation rule exists

Hello, I have a form request class with a validation rule that looks like this 'array.*.type' =>...

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