I am using laravel Owen Audit installed using "composer require owen-it/laravel-auditing" and installed accoring to the document , I put the script in my config/audit file but only the create log is being created.
@massel Ensure that you are using the latest version of the owen-it/laravel-auditing package. You can update the package using
composer update owen-it/laravel-auditing
Also, make sure that your audited models have the necessary timestamps. The Auditable trait uses the created_at and updated_at timestamps to record when the audit occurred.