Since I made the Laravel 7.30 .4 update, when I make an eloquent BelongsToMany request, the results...
In my Laravel-5.8 I am using Azure Socialite Login. class LoginController extends Controller { u...
I'm getting this error in laravel after following the 8.x illuminate/mail setup on a fresh repo clon...
How can I test logout using passport after actingAs? Token revoke doesn't seem to work
I have this redirect code below and I can't figure it out. I listed my relationships in my models...
Hello, I'm using Laravel Sail on production, is any way how i can setup ssl (letsencrypt) ? Thanks i...
Hi, I want users to be part of only one team (where a team is actually a company paying for the serv...
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...
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.