novafieldcheckboxes
novafieldcheckboxes copied to clipboard
Array to string conversion
When trying to save "array to string conversion... "
same here
Hi @doitrem @Dontorpedo , please could you provide details of your code to assist with establishing the issue?
Hi, @doitrem @Dontorpedo. I think you need to add protected $casts = [ 'permissions' => 'array', ]; in User model class.
This really should be present in the readme.
using @terasupernova's solution does not work for me