change function to a class
class Helpers
{
public static function is_active($uri) { return Request::is($uri) ? 'active' : ''; }
}
then on config\app.php define it as an alias.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.