From the PHP site themselves (http://php.net/manual/en/functions.anonymous.php): Closures may also...
Np. :) The new issue is because the route() method is for named routes. The to() method is for a spe...
public function authorize() { return false; } You are returning false, which forbids access to eve...
I'm guessing it's because of your alexdover/blade-set package. It hasn't been updated in over a year...
Doesn't the query builder always return an array? So couldn't you just do this? if (empty($res)) {...
The Laravel portal for problem solving, knowledge sharing and community building.