I ran composer update
on Laravel 4 just now. I was trying to fix an issue with Input::json()
, which had stopped working right after a previous composer update
. Now, path()
returns an undefined function error.
Did Taylor change either of these? Does anyone know the replacements for them if he took them out?
Input::json
to gather the data from a Backbone call. - sehummelInput::json
as an array and then access it's properties like you would that of any array. I liked the old way better. - sehummel