avored / laravel-ecommerce

AvoRed an Open Source Laravel Shopping Cart
https://avored.com
1.51k stars 549 forks source link

Class 'Form' not found error on view #74

Closed darron1217 closed 7 years ago

darron1217 commented 7 years ago

Whenever I try to enter product list page, this plugin emits the error below.

Class 'Form' not found (View: /var/www/laravel-ecommerce/themes/mage2/default/views/catalog/product/view/product-card.blade.php) (View: /var/www/laravel-ecommerce/themes/mage2/default/views/catalog/product/view/product-card.blade.php)

I guess illuminate/html was removed from core since 5.5. So... please add alternative plugin laravelcollective/html on here :)

indpurvesh commented 7 years ago

It should be fixed now too. yes You are right about the duplicate Theme/Mage2- Default folder

Thanks @darron1217