Home Documentation Download Pricing Buy Now

[Solved] how to import with php8 annotation in symfony 6 project

+1 vote

hi, getting no entity found with import of symfony 6 project and php 8 annotation

enter image description here
enter image description here

asked Feb 19, 2022 in Solved by mufin (230 points)
recategorized Jun 9, 2022 by ludek.vodicka

Unfortunately, these annotations are not currently supported. We are working on it.

Soon we will have ready the first alfa version with Doctrine2 attributes support. In case you want to test it and help us with initial testing, please write me to [email protected]

Thanks

1 Answer

0 votes
 
Best answer

A new beta version with first attributes support is available here: https://www.skipper18.com/support/402/downloads-skipper-beta

Please test it and let us know your experiences. We had to rewrite a lot of parts of PHP code parsers/generators/mergers and improved a lot of areas of code formating.

All our unit tests and testing projects are now green but there can be still a lot of bugs. So please report anything unusual.

Thanks

answered Jun 9, 2022 by ludek.vodicka Skipper developer (140,530 points)
...