laravel-table
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
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.