-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for loading personal token from environment variable or `…
….env` file (#14) * Add support for loading personal token from environment variable The config class will look for `ENVATO_TOKEN`. * Add support for loading personal token from `.env` file Plugin requires vlucas/phpdotenv v4 or v5. * Update Installation and Configuration instructions Changed: - Added notice that the plugin can be installed locally. - Improved instructions on configuring the plugin to propose either the local `composer.json` file or the global `config.json` file. - Added code block hint for environment variable. * Improve environment variable check in EnvatoConfig
- Loading branch information
Showing
3 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters