You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
would be create to be able to create also some rules (via code -not gui) not only to review changes and report issues to them.
like user with settings like PW do not expire (which is not valid for us)
This may be difficult - I'm not sure how I can allow devs to use custom code in an application that is installed via a git clone, as it could be overwrote by a git pull origin {new-version}, or prevent you from updating due to possible conflicts.
I believe have two options (there may be more, I'm unsure of other ways):
Convert Scout to use packagist instead and then have devs / users create a Laravel application and then composer require directorytree/scout
Create an "update" process inside the application that performs updates for you using a web GUI, unzips the applications contents and overwrites the local application contents but leaves any locally created files untouched
Thoughts?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Alongside #2, a scheduled job should run and look over changes that have been recorded in Scout to look for issues and generate alerts with severity.
The text was updated successfully, but these errors were encountered: