Laravel-Backpack / PageManager

Administer presentation pages in Laravel, using page templates and Backpack\CRUD
http://backpackforlaravel.com
Other
322 stars 83 forks source link

the wisywig fieldtype doensn't exist in the backpack v5.0 #124

Closed d1ms closed 2 years ago

d1ms commented 2 years ago

When i am going to the site.com/admin/pages/create i have got the next error

Bug report

Symfony\Component\HttpKernel\Exception\HttpException Cannot find 'wysiwyg' field view in any of the regular locations

welcome[bot] commented 2 years ago

Hello there! Thanks for opening your first issue on this repo!

Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that.

Backpack communication mediums:

Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.

Thank you!

-- Justin Case The Backpack Robot

tabacitu commented 2 years ago

@d1ms it's because the wysiwyg field is part of backpack/pro starting with Backpack v5, which is a paid product. We're working on better error messages in these simple cases, we're not happy with that error message either.

When we added v5 support we switched the field to summernote which is a good alternative and is included in the free version of Backpack. I recommend you use that instead too.

Cheers!