Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Dotenv Laravel Package

symfony/dotenv

Symfony Dotenv reads .env files and exposes variables via $_ENV/$_SERVER. Load one or multiple files, optionally overwrite existing values, or use loadEnv() to handle .env.local and environment-specific variants for local development and deployment.

View on GitHub
Deep Wiki
Context7
v8.1.0

Changelog (https://github.com/symfony/dotenv/compare/v8.1.0-BETA2...v8.1.0)

  • bug #64386 Don't truncate external env vars containing $ when referenced via ${...} indirection (@nicolas-grekas)
v8.1.0-BETA2

Changelog (https://github.com/symfony/dotenv/compare/v8.1.0-BETA1...v8.1.0-BETA2)

  • bug #64148 Don't truncate OS env vars containing $ when $_ENV is unpopulated (@HMAZonderland)
v8.0.11

Changelog (https://github.com/symfony/dotenv/compare/v8.0.9...v8.0.11)

  • bug #64148 Don't truncate OS env vars containing $ when $_ENV is unpopulated (@HMAZonderland)
v7.4.11

Changelog (https://github.com/symfony/dotenv/compare/v7.4.9...v7.4.11)

  • bug #64148 Don't truncate OS env vars containing $ when $_ENV is unpopulated (@HMAZonderland)
v6.4.39

Changelog (https://github.com/symfony/dotenv/compare/v6.4.37...v6.4.39)

  • bug #64148 Don't truncate OS env vars containing $ when $_ENV is unpopulated (@HMAZonderland)
v8.1.0-BETA1
v8.0.9

Changelog (https://github.com/symfony/dotenv/compare/v8.0.8...v8.0.9)

  • bug #64020 Strip NUL byte placeholder from values passed to putenv() (@alexandre-daubois)
  • bug #63955 Fix variable corruption when loading env more than once (@nicolas-grekas)
  • bug #63894 Fix self-referencing variable resolution with suffix/prefix (@Amoifr)
v7.4.9

Changelog (https://github.com/symfony/dotenv/compare/v7.4.8...v7.4.9)

  • bug #64020 Strip NUL byte placeholder from values passed to putenv() (@alexandre-daubois)
  • bug #63955 Fix variable corruption when loading env more than once (@nicolas-grekas)
  • bug #63894 Fix self-referencing variable resolution with suffix/prefix (@Amoifr)
v6.4.37

Changelog (https://github.com/symfony/dotenv/compare/v6.4.36...v6.4.37)

  • bug #64020 Strip NUL byte placeholder from values passed to putenv() (@alexandre-daubois)
  • bug #63955 Fix variable corruption when loading env more than once (@nicolas-grekas)
  • bug #63894 Fix self-referencing variable resolution with suffix/prefix (@Amoifr)
v8.0.8

Changelog (https://github.com/symfony/dotenv/compare/v8.0.7...v8.0.8)

  • bug #63766 Fix preloading warning by replacing anonymous exception class (@pcescon)
  • bug #63674 Fix self-referencing variables with defaults and env key resolution during deferred expansion (@nicolas-grekas)
  • bug #63620 Fix escaped dollar signs lost during deferred variable resolution (@nicolas-grekas)
v7.4.8

Changelog (https://github.com/symfony/dotenv/compare/v7.4.7...v7.4.8)

  • bug #63766 Fix preloading warning by replacing anonymous exception class (@pcescon)
  • bug #63674 Fix self-referencing variables with defaults and env key resolution during deferred expansion (@nicolas-grekas)
  • bug #63620 Fix escaped dollar signs lost during deferred variable resolution (@nicolas-grekas)
v6.4.36

Changelog (https://github.com/symfony/dotenv/compare/v6.4.35...v6.4.36)

  • bug #63766 Fix preloading warning by replacing anonymous exception class (@pcescon)
  • bug #63674 Fix self-referencing variables with defaults and env key resolution during deferred expansion (@nicolas-grekas)
  • bug #63620 Fix escaped dollar signs lost during deferred variable resolution (@nicolas-grekas)
v8.0.7

Changelog (https://github.com/symfony/dotenv/compare/v8.0.6...v8.0.7)

  • bug #63496 Defer variable and command expansion to account for overrides from subsequent .env files (@nicolas-grekas)
v7.4.7

Changelog (https://github.com/symfony/dotenv/compare/v7.4.6...v7.4.7)

  • bug #63496 Defer variable and command expansion to account for overrides from subsequent .env files (@nicolas-grekas)
v6.4.35

Changelog (https://github.com/symfony/dotenv/compare/v6.4.34...v6.4.35)

  • bug #63496 Defer variable and command expansion to account for overrides from subsequent .env files (@nicolas-grekas)
v8.0.6

Changelog (https://github.com/symfony/dotenv/compare/v8.0.5...v8.0.6)

  • bug #63372 Use SYMFONY_DOTENV_PATH variable when dumping dotenv (@Spea)
v7.4.6

Changelog (https://github.com/symfony/dotenv/compare/v7.4.5...v7.4.6)

  • bug #63372 Use SYMFONY_DOTENV_PATH variable when dumping dotenv (@Spea)
v7.3.8
v6.4.30
v7.4.0
v8.0.0
v8.0.0-RC2
v7.4.0-RC2
v8.0.0-RC1
v7.4.0-RC1
v8.0.0-BETA1

Changelog (https://github.com/symfony/dotenv/compare/v7.3.4...v8.0.0-BETA1)

  • feature symfony/symfony#60776 [Console][FrameworkBundle] Remove deprecated Application::add() methods (@HypeMC)
  • feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

Changelog (https://github.com/symfony/dotenv/compare/v7.3.4...v7.4.0-BETA1)

  • feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
v7.3.2
v7.2.9
v6.4.24
v7.3.0
v7.3.0-RC1
v7.3.0-BETA1
v7.2.0

Changelog (https://github.com/symfony/dotenv/compare/v7.2.0-RC1...v7.2.0)

  • bug symfony/symfony#59007 [Dotenv] read runtime config from composer.json in debug dotenv command (@xabbuh)
v7.1.9

Changelog (https://github.com/symfony/dotenv/compare/v7.1.8...v7.1.9)

  • bug symfony/symfony#59007 [Dotenv] read runtime config from composer.json in debug dotenv command (@xabbuh)
v6.4.16

Changelog (https://github.com/symfony/dotenv/compare/v6.4.15...v6.4.16)

  • bug symfony/symfony#59007 [Dotenv] read runtime config from composer.json in debug dotenv command (@xabbuh)
v5.4.48

Changelog (https://github.com/symfony/dotenv/compare/v5.4.47...v5.4.48)

  • bug symfony/symfony#59007 [Dotenv] read runtime config from composer.json in debug dotenv command (@xabbuh)
v7.2.0-RC1
v7.2.0-BETA1
v7.1.6

Changelog (https://github.com/symfony/dotenv/compare/v7.1.5...v7.1.6)

  • bug symfony/symfony#58393 [Dotenv] Default value can be empty (@HypeMC)
v6.4.13

Changelog (https://github.com/symfony/dotenv/compare/v6.4.12...v6.4.13)

  • bug symfony/symfony#58393 [Dotenv] Default value can be empty (@HypeMC)
v5.4.45

Changelog (https://github.com/symfony/dotenv/compare/v5.4.44...v5.4.45)

  • bug symfony/symfony#58393 [Dotenv] Default value can be empty (@HypeMC)
v7.1.5

Changelog (https://github.com/symfony/dotenv/compare/v7.1.4...v7.1.5)

  • bug symfony/symfony#58274 [Dotenv] throw a meaningful exception when parsing dotenv files with BOM (@xabbuh)
v6.4.12

Changelog (https://github.com/symfony/dotenv/compare/v6.4.11...v6.4.12)

  • bug symfony/symfony#58274 [Dotenv] throw a meaningful exception when parsing dotenv files with BOM (@xabbuh)
v5.4.44

Changelog (https://github.com/symfony/dotenv/compare/v5.4.43...v5.4.44)

  • bug symfony/symfony#58274 [Dotenv] throw a meaningful exception when parsing dotenv files with BOM (@xabbuh)
v7.1.3
v7.0.10
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope