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
When I try to get it running without docker, I get the following error: Environment variable not found: "DATABASE_URL".
Environment variable not found: "DATABASE_URL".
My .env file looks like this:
.env
KERNEL_CLASS=App\Kernel APP_SECRET=s$cretf0rt3st SYMFONY_DEPRECATIONS_HELPER=999999 DATABASE_URL='mysql://root:@localhost:3306/test'
I'm new to symfony and I can't figure out the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to get it running without docker, I get the following error:
Environment variable not found: "DATABASE_URL".
My
.env
file looks like this:I'm new to symfony and I can't figure out the problem.
The text was updated successfully, but these errors were encountered: