In this Laravel tutorial, you can learn How to fetch the value of config variable or environment variable value from .env file in Laravel Controller or Blade file. Here we have use env() Laravel helper and by using we can access the .env file variable value from Controller or Blade view file in Laravel application.

laravel controller