Example Use | Laravel 5 Fluent API: The Public API
…; 5 6 $ fluent = new Fluent ( $ testObject ) ; 7 8 // The first value 9 $ message = $ fluent -> get ( ' first ' ) ; 10 11 // null 12 $ willBeNull = $ fluent -> get ( ' does_not_exist ' ) ; The $default value is evaluated using the value helper...