Replies: 1 comment
-
my php version is 8.3.14 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When using smyfony-cli "Symfony CLI version 5.10.5 (c) 2021-2024 Fabien Potencier (2024-11-30T09:57:18Z - stable)" on fedora 41 if you create a new project the resultant project is broken.
e.g
symfony new my_project
when you run
symfony serve
you get
[Web Server ] Dec 17 12:21:28 |WARN | HTTP unable to detect the front controller, disabling the PHP server error="Passthru script "/index.php" does not exist under /home/Documents/GitHub/my_project/: stat /home/Documents/GitHub/my_project/index.php: no such file or directory
if you specify the ' --version=lts' when running symfony new you get a working project (6.4) but otherwise you a broken one. same if you choose '--Webapp'
Beta Was this translation helpful? Give feedback.
All reactions