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
Hello I have a web site bult with laravel and vuejs I have used jwt for login, all works fine Only t...
I have this models in Laravel-5.8: class Employee extends Model { public $timestamps = false;...
Hi, I'm new to laravel and I want to know how do you** handle the file update in an optimized way**?...
am getting syntax error, unexpected 'public' (T_PUBLIC), expecting end of file when running this cod...
Hello, as I can see in the docs, sanctum can be used to protect web routes because he first attempt...
Is this correct or should I do sth else? $schedule->command(Commands\ProductsIntegration::class)...
Hello! I´m trying to create a login page using the tables that I already have on my desktop applicat...
I am trying to develop a multi-tenancy application without using Package in Laravel-5.8. I am trying...
Greetings, I just released my new package and am looking for some feedback. Tailwire allows you to b...
I have a many to many relationship table "ewtgroup_skillgroup" between two tables "ew...
I am stuck until this issue is resolved. I set up a new application for a customer and got up to php...
{ $this->data['file']->move('storage/app/image/', $file = date('YmdHis').'.'.$this->data['f...
While I use Dompdf library to generate pdf it generates pdf perfectly as my expectation. But while I...
We are using Laravel Framework 5.8.38 We are using RDS Mysql as Database. The configuration is as fo...
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -I...
I am manually implementing login for Sanctum SPA (AngularJS) app and based on the Sanctum documentat...
In my Laravel-5.8 application, I am using Microsoft Azure for the authentication for Company A confi...
Hi there, I use Laravel 8 and sometimes my jobs are duplicated without reason. Here are some details...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community