😀bagisto gần giống với laravel nghiên cứu xem?

https://devdocs.bagisto.com/

https://github.com/bagisto/bagisto
https://devdocs.bagisto.com
https://github.com/bagisto/nextjs-commerce
Sửa lỗi: Undefined variable $__env
https://github.com/bagisto/bagisto/issues/7384

I don't know why this error is happening with me but I got a work around with this error is:

  1. Open resources\themes\velocity\views\home\index.blade.php

  2. Changed {!! DbView::make($velocityMetaData)->field('home_page_content')->render() !!} to {!! Blade::render($velocityMetaData->home_page_content) !!}

  3. It worked!

{!! Blade::render($velocityMetaData->home_page_content) !!}

Last updated

Was this helpful?