Flutterwave / PHP-v3

PHP Library for Flutterwave v3 APIs
MIT License
19 stars 18 forks source link

Improve environment variable file detection on installation via composer #54

Closed bajoski34 closed 1 year ago

bajoski34 commented 1 year ago

This change allows the package to automatically detect .env file and use the variables declared in them.

Other changes include:

  1. enforcing log file is generated in project root.
  2. create separate config for tests.
  3. removed unused files from distribution.