You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maker seems to be unable to create entity from 1st attempt.
1st attempt: exception
2nd attempt: exception
3rd attempt: Your entity already exists! So let's add some new fields! New property name (press <return> to stop adding fields): <...>
terminal log:
karrakoliko@inspiron-3525:~/projects/projectname$ docker compose exec php bin/console make:entity
Class name of the entity to create or update (e.g. GrumpyChef):
> EmailAttachment
created: src/Entity/EmailAttachment.php
created: src/Repository/EmailAttachmentRepository.php
Entity generated! Now let's add some fields!
You can always add more fields later manually or by re-running this command.
In Emulative.php line 40:
PhpParser\Lexer\Emulative::__construct(): Argument #1 ($options) must be of type array, PhpParser\PhpVersion given, called in /srv/projectname/vendor/symfony/maker-bundle/src/Util/ClassSourceManipulator.ph
p on line 72
make:entity [-a|--api-resource] [-b|--broadcast] [--regenerate] [--overwrite] [--with-uuid] [--with-ulid] [--] [<name>]
karrakoliko@inspiron-3525:~/projects/projectname$ docker compose exec php bin/console make:entity
Class name of the entity to create or update (e.g. TinyPopsicle):
> EmailAttachment
Your entity already exists! So let's add some new fields!
In Emulative.php line 40:
PhpParser\Lexer\Emulative::__construct(): Argument #1 ($options) must be of type array, PhpParser\PhpVersion given, called in /srv/projectname/vendor/symfony/maker-bundle/src/Util/ClassSourceManipulator.ph
p on line 72
make:entity [-a|--api-resource] [-b|--broadcast] [--regenerate] [--overwrite] [--with-uuid] [--with-ulid] [--] [<name>]
karrakoliko@inspiron-3525:~/projects/projectname$ docker compose exec php bin/console make:entity
Class name of the entity to create or update (e.g. BraveGnome):
> EmailAttachment
Your entity already exists! So let's add some new fields!
New property name (press <return> to stop adding fields):
>
Maker seems to be unable to create entity from 1st attempt.
1st attempt: exception
2nd attempt: exception
3rd attempt:
Your entity already exists! So let's add some new fields! New property name (press <return> to stop adding fields): <...>
terminal log:
composer.json:
The text was updated successfully, but these errors were encountered: