Laravel Community Tools by Tighten

kwoodfriend

Joined: 12 years ago
Total tricks: 1
Last trick: 12 years ago

Submitted tricks

Avoid casting views to strings. If your view contains an error, casting with `(string)` will cause a less-than-helpful exception to be thrown, pertaining to throwing an exception within the view's `__toString()` method. Use `View::make()->render()` instead.
kwoodfrien... 12 years ago 23296