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
index.php (default for symfony 4.4) inconjucation with #20
<?php use App\Kernel; use Symfony\Component\Debug\Debug; use Symfony\Component\HttpFoundation\Request; require dirname(__DIR__) . '/config/bootstrap.php'; if ($_SERVER['APP_DEBUG']) { umask(0000); Debug::enable(); }
bootstrap.php
<?php use Dbalabka\StaticConstructorLoader\StaticConstructorLoader; use Symfony\Component\Dotenv\Dotenv; $composer = require dirname(__DIR__) . '/vendor/autoload.php'; $loader = new StaticConstructorLoader($composer);
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
index.php (default for symfony 4.4)
inconjucation with #20
bootstrap.php
The text was updated successfully, but these errors were encountered: