Tag: config

  • Different .env files for different environments in PHP

    There exists great package for storing private and sensitive informations outside of your PHP code and it is called vlucas/phpdotenv. This package is also used by Laravel 5. Although I like the concept of storing delicate informations in separate file, I don’t like that Laravel 5 ditched Laravel 4 way of handling configuration for different…