Category "laravel-models"

Laravel Livewire Model set default value

I have a table that I am generating through an iterative loop. The issue is that there is an input field of type date. When I try to attach my livewire model, i

Laravel Model is freezing the server. Timeout error

I'm having a really strange issue here. I have a user model (detailed below). It all works fine until I added the getReportsSharedAttribute function. When this

How to extend PHP Laravel model's fillable fields in a child class?

I try to extend an extintig ˙PHP` Laravel model with some other fields, but I not found the right solution. I use PHP 7.1 with Laravel 6.2 Here is my code