themosis / documentation

Official documentation of the Themosis framework.
http://framework.themosis.com/
52 stars 37 forks source link

Remove Blade 'or' operator, Add PHP null coalesce #61

Closed ben-sharp closed 5 years ago

ben-sharp commented 6 years ago

As of illuminate/view 5.7.x, Blade's or operator has been removed in favour of PHP's built-in ?? "null coalesce" operator.