Product: Shofy
If, for example, you add a filter (add_filter), then in which file is it better to do this?
I thought about App\Providers\AppServiceProvider, but this file is being rewritten with updates!
Still. Is it possible to exclude anything from updates (admin/system/updater), for example, a file config\app.php ? I added Provider there, but then the file was redone by a system update.