ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Class 'Form' not found! #19

Closed eamirgh closed 6 years ago

eamirgh commented 6 years ago

Class 'Form' not found in path-to-source\resources\views\vendor\MediaManager_manager.blade.php bad solution is Register facades by adding these two lines in the aliases array:

'Form'=> 'Illuminate\Html\FormFacade',
'HTML'=> 'Illuminate\Html\HtmlFacade',
ctf0 commented 6 years ago

because we use https://packagist.org/packages/laravelcollective/html , will be removed in next release