Git Product home page Git Product logo

Comments (3)

vino-jasuba avatar vino-jasuba commented on August 15, 2024 1

@jaymoh , this isn't a bug, it is actually the expected behavior.

When you run config:cache on a laravel app it caches the app configuration to improve performance.
Once the configuration has been cached, the .env file will not be loaded and calls to the env() helper will only return system-level environment variables.

A configuration management best practice is to use the env() helper only inside config files. That way your environment variables will be cached as you expect. i.e

add an mpesa.php config file and in it read the values with the env() helper

Then update your code to reference the config values with the config() helper

from mpesa-php-sdk.

jaymoh avatar jaymoh commented on August 15, 2024 1

@vino-jasuba yes, actually the problem is that this Mpesa package reads from .env file

from mpesa-php-sdk.

vino-jasuba avatar vino-jasuba commented on August 15, 2024

check out #25. I doubt it'll ever be merged in but looks like it addresses your problem.

Maybe fork the repo and reference it as a private package?

from mpesa-php-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.