laravel-table icon indicating copy to clipboard operation
laravel-table copied to clipboard

The Blade "or" operator has been removed in favor of PHP's built-in ?? "null coalesce" operator, which has the same purpose and functionality

Open kristjan72 opened this issue 6 years ago • 0 comments

From https://laravel.com/docs/5.7/upgrade:

The Blade "or" operator has been removed in favor of PHP's built-in ?? "null coalesce" operator, which has the same purpose and functionality

Using this package breaks Laravel 5.7.x.

kristjan72 avatar Dec 05 '18 11:12 kristjan72