Open floatnz opened 4 years ago
Hey @floatnz what version of Laravel Nova do you have installed?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey, I'm experiencing the same issue. I'm running laravel/nova:dev-master
Hey @man-dwarf, thanks for reporting. Are you using Laravel 5.8 as well?
Version: 5.8.36
When I remove this section from vendor/devpartners/auditable-log/src/ToolServiceProvider.php
the error disappears.
Nova::translations([
'Audit Log' => __('Audit Log'),
'User' => __('User'),
'Event' => __('Event'),
'Date/Time' => __('Date/Time'),
'Old Values' => __('Old Values'),
'New Values' => __('New Values'),
'console' => __('console'),
'Previous' => __('Previous'),
'Next' => __('Next'),
'View Audit Log' => __('View Audit Log'),
'Restore audit' => __('Restore audit'),
'Field' => __('Field'),
'Current' => __('Current'),
'Restore to' => __('Restore to'),
'No changes' => __('No changes'),
'Cancel' => __('Cancel'),
'Restore' => __('Restore'),
]);
Okay, thank you. This information is very helpful.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
After install
composer require devpartners/auditable-log
BadMethodCallException Method translations does not exist:
Tried clearing caches with no change:
composer.json: