Project existing with Symfony 6.4 #835
Replies: 3 comments 2 replies
-
It's an API project |
Beta Was this translation helpful? Give feedback.
-
Hi @ArmandArthur! If this is an existing project, you might want to use the docs/existing-project.md documentation page. |
Beta Was this translation helpful? Give feedback.
-
I missed one step but i have others errors. Are you sure your repository is available with symfony's version 6.4? Errors:
PHP Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/translation/Resources/functions.php on line 18 Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/translation/Resources/functions.php on line 18 Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/dotenv/Dotenv.php on line 100 Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/runtime/GenericRuntime.php on line 86 Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/runtime/RuntimeInterface.php on line 26 Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/console/Input/ArgvInput.php on line 46 Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/console/Input/ArgvInput.php on line 46 Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/symfony/console/Input/Input.php on line 36 Deprecated: Constant E_STRICT is deprecated in /app/vendor/symfony/error-handler/ErrorHandler.php on line 58 Deprecated: Constant E_STRICT is deprecated in /app/vendor/symfony/error-handler/ErrorHandler.php on line 76
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a project in Symfony 6.4 that i should install.
I run:
docker compose build --pull --no-cache
SYMFONY_VERSION=6.4.* docker compose up --wait
And i have the error :
Beta Was this translation helpful? Give feedback.
All reactions