symfony-4.4

Use an external repository with symfony4 trouble with autoload and parameters

我的梦境 提交于 2021-02-08 10:16:30
问题 I use two self developed libraries located in github as a private repository so I can reuse it in several projects. I include them via composer: "license": "proprietary", "repositories": [ { "type": "vcs", "url": "https://github.com/my-account/puc-web-sap-client.git", "options": { "ssl": { "verify_peer": "false" } } }, { "type": "vcs", "url": "https://github.com/my-account/puc-web-soap-client.git", "options": { "ssl": { "verify_peer": "false" } } } ], Now symfony complains that the classes

How to start local server with symfony 5 or downgrade version to 4.4?

女生的网名这么多〃 提交于 2020-01-22 00:05:08
问题 I started a new project in new Symfony 5 and i can't open my local server. On Symfony 4.4 the command PHP bin/console server:run is OK, But with Symfony 5 the command appears not to be defined... C:\Users\Chris\Code\api-test> php bin/console server:run Command "server:run" is not defined. Do you want to run "server:dump" instead? (yes/no) [no]: So how to downgrade or start the local server? 回答1: For running a local web server you can now use Symfony Client, or simply 'Symfony'. Download the