Hello, i am using https://github.com/atymic/twitter for my laravel apps, it works well for the funct...
Hey guys, i'm having a big problem with the diference between laravel 6 and 7 qhen treating Errors E...
I have a many to many relation between User and Task. The pivot table acts as an "Inbox" v...
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...
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...
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