We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If running this from the "Manual Install" and keeping everything default as in github.
Navigating to http://siteurl.com/.env.production will offer the environment file to be downloaded by the user.
The text was updated successfully, but these errors were encountered:
You could set:
$dotenv = new Dotenv\Dotenv(APPPATH);
to add .env file to application folder
Sorry, something went wrong.
you can use .htaccess
#except .env file RewriteRule ^(.env) - [F,L,NC]
No branches or pull requests
If running this from the "Manual Install" and keeping everything default as in github.
Navigating to http://siteurl.com/.env.production will offer the environment file to be downloaded by the user.
The text was updated successfully, but these errors were encountered: