Closed Majidkadi closed 3 years ago
I found the problem. In the files "livewire.products.blade.php" and "livewire.eager-load.blade.php" there is a "?" extra character in: {{ $result->brand?->name}}
Hi,
Its not an error. Thats the Null Safe Operator introduced in PHP 8.
So how should I fix that?
It's okay I have read the doc.
I will update my PHP version
Thanks
Hello,
I've just installed tall_crud_example and when clicking on "Eager Load" menu, I get this error: (see attachement)
I get the same error when clicking on "Add Edit Form" menu. It looks like the problem is the brand variable.