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 was archived by the owner on Aug 8, 2023. It is now read-only.
In the 4th step of the README.md file, the user is told to change the information of config/administrators.json with his/hers. This alternative turns the project more error prone to commit sensitive information.
This can be solved by putting a sample file that can be copied into config/administrators.json, by putting a command in one of the scripts phases in the composer.json file, maybe pre-autoload-dump, which runs before the autoloader is dumped, either during install/update, or via the dump-autoload command.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In the 4th step of the
README.md
file, the user is told to change the information ofconfig/administrators.json
with his/hers. This alternative turns the project more error prone to commit sensitive information.This can be solved by putting a sample file that can be copied into
config/administrators.json
, by putting a command in one of thescripts
phases in the composer.json file, maybepre-autoload-dump
, which runs before the autoloader is dumped, either during install/update, or via the dump-autoload command.The text was updated successfully, but these errors were encountered: