Html:: クラスをブレード テンプレート 5.1 で使用しようとしていclass HTML not found
ます{{ !! HTML:: !!}}
。FatalErrorException in 75e2b4fe5a49ad69bec8641db04b4b16 line 10:
syntax error, unexpected '!'
<li> {{ !! Html:: link_to_route('author',
$authorname->name, array($authorname->id)) !! }}</li>
Route: Route::get('authors/{id}', array('as' => 'author', 'uses' =>
'authors_controller@get_view'));
Composer.json: "require": {
"laravelcollective/html": "5.1.*"
},
app.php Providers: Collective\Html\HtmlServiceProvider::class,
app.php Aliases:
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
そして、私は composer update コマンドを使用するか、composer requireilluminate/html これらすべてを使用しました