+2 votes

How to import project with php 8 annotation syntax. it seems, that skipper cannot find any entities when im trying to import symfony 6 project with doctrine2

my entity already in project:
enter image description here
import result:
enter image description here

in Solved by (230 points)
recategorized by

Sorry for the late reply. We're already working on attributes support.

Hi, Ludek.

Do you have deadline for PHP attributes support?

We're still working on it. Unfortunately, we faced several issues so the development was delayed. But I hope we will be able to deliver it soon.

I will be thankful when you release annotiate support. I'm looking forward to it. Thanks.

We already working on it again. But it's not easy task because we need to write complete parsers/exporters, complete rules, etc.

Would it be possible to share some of your projects with us? (kadirozen, mufin)?

For the next stage of development, it would be great to have as many projects as possible to perform all necessary testing.

Please send us your ORM model files to [email protected]

It's sufficient to send ORM model files only. 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

by Skipper developer (141k points)