Laravel .env variable always returns null
As per the Laravel document “Once the configuration has been cached, the .env file will not be loaded and all calls to the env function will return null.” You can find it here https://laravel.com/docs/5.5/configuration#configuration-caching...