Converting from Laravel 4 to Laravel 5. Trying to access Lang file in controller like so:
$var = Lang::get('directory/index.str1');
That gives me: Class 'App\Http\Controllers\Lang' not found. However
{{Lang::get('directory/index.str1');}}
Works fine in a view