I am working on Laravel project that is using the following libraries:
- Spatie/Laravel-Permissions
- Laravel-Backpack Base, Crud
- Laravel-Backpack/PermissionManager
Every time, I try to create new role or permission from the admin interface, I get the this error:
Call to undefined method Spatie\Permission\Models\Role::translationEnabled()
I have already done the necessary setup, but cant seem make this work.
Thanks in advance!
Edit:
The error is triggered by a call on line 1 of this view:
https://github.com/Laravel-Backpack/CRUD/blob/master/src/resources/views/form_content.blade.php