rcrowe/TwigBridge

View:Make not possible

Closed this issue · 0 comments

Hello,

if use this for example in the routes\web.php

//app/Http/routes.php
//twig template resources/views/hello.twig
Route::get('/', function () {
return View::make('hello');
});

it works, but if i use for example

https://pastebin.com/raw/7kfYUJYV

it doesnt work and i get the message

Class 'App\Http\Controllers\Auth\View' not found