Add Environment Variables In Laravel Homestead

profile picture

Add Environment Variables In Laravel Homestead

As it may seem an easy thing to do, and to be honnest : it is, creating environment variables in your Homestead Virtual Machine is something you cannot find in the documentation.

While it is missing from the official Laravel Documentation, you can still find the info on a lost google page..

So today I'm saving you some trouble.

In order to add new environment variable in Laravel Homestead, simply add these lines in your Homestead.yaml file:

    variables:
        - key: APP_ENV
          value: dev
        - key: SOME_KEY
          value: someValue
        - key: FOO
          value: bar

Of course, don't forget to run vagrant reload --provision in order for your VM to be updated.

about me

profile picture

I consider myself as an IT Business Artisan. Or Consultant CTO. I'm a self-taught Web Developper, coach and teacher. My main work is helping and guiding digital startups.

more about me

follow me

newsletter

A weekly email with the latests articles

support my work

Start trading on binance
  • BTC

    BTC

    18SY81ejLGFuJ9KMWQu5zPrDGuR5rDiauM

  • ETH

    ETH

    0x519e0eaa9bc83018bb306880548b79fc0794cd08

  • Monero

    XMR

    895bSneY4eoZjsr2hN2CAALkUrMExHEV5Pbg8TJb6ejnMLN7js1gLAXQySqbSbfzjWHQpQhQpvFtojbkdZQZmM9qCFz7BXU

2024 © My Dynamic Production SRL All rights Reserved.