Support the ongoing development of Laravel.io →

1,518 Threads

mssql function call -> runs into error

Hi, i will run a function ("fn_test()") at my mssql Server. This function should returns a...

0 Likes
1 Replies
posted 3 years ago

How to make laravel vue crud inside php artisan make:auth?

i've been searching for a lot of tutorial, but i can't find exactly like what my questions are do yo...

0 Likes
1 Replies

User management (password)

Hello, when an admin creates a user, is it a practical option to automatically pass a random passwor...

zworthkey liked this thread

1 Likes
1 Replies
posted 3 years ago

How to get hashtags from twitter API 1.1?

Hello, i am using https://github.com/atymic/twitter for my laravel apps, it works well for the funct...

0 Likes
0 Replies

Handle Exceptions on Laravel 7 or >

Hey guys, i'm having a big problem with the diference between laravel 6 and 7 qhen treating Errors E...

0 Likes
0 Replies

Custom scopes on many to many pivot table

I have a many to many relation between User and Task. The pivot table acts as an "Inbox" v...

0 Likes
0 Replies

Laravel 7.30.4 : BelongsToMany problem

Since I made the Laravel 7.30 .4 update, when I make an eloquent BelongsToMany request, the results...

0 Likes
0 Replies

Azure Socialite Login in multi-company app with single DB

In my Laravel-5.8 I am using Azure Socialite Login. class LoginController extends Controller { u...

0 Likes
0 Replies

Single Teams in Jetstream

Hi, I want users to be part of only one team (where a team is actually a company paying for the serv...

isfinn liked this thread

1 Likes
0 Replies
posted 3 years ago

How to Query Relationship in Complex Raw DB using Laravel

I have this models in Laravel-5.8: class Employee extends Model { public $timestamps = false;...

0 Likes
0 Replies
posted 3 years ago

Updating files

Hi, I'm new to laravel and I want to know how do you** handle the file update in an optimized way**?...

0 Likes
0 Replies

sanctum guard on web routes

Hello, as I can see in the docs, sanctum can be used to protect web routes because he first attempt...

0 Likes
1 Replies

How do I use unlessBetween twice for command scheduling?

Is this correct or should I do sth else? $schedule->command(Commands\ProductsIntegration::class)...

0 Likes
0 Replies

Single DB Multi-tenancy without using Package

I am trying to develop a multi-tenancy application without using Package in Laravel-5.8. I am trying...

0 Likes
0 Replies

file "762658.pdf" was not uploaded due to an unknown error

{ $this->data['file']->move('storage/app/image/', $file = date('YmdHis').'.'.$this->data['f...

0 Likes
0 Replies

snappy letter-spacing issue comparatively dompdf

While I use Dompdf library to generate pdf it generates pdf perfectly as my expectation. But while I...

0 Likes
0 Replies

How to Load Balance DB_SLAVE_HOST in Laravel

We are using Laravel Framework 5.8.38 We are using RDS Mysql as Database. The configuration is as fo...

0 Likes
0 Replies

Laravel .htaccess and no login register pages found

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

0 Likes
6 Replies
Solved

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

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.