linuxprocess

Results 4 issues of linuxprocess

This is: ``` - [X] a bug report - [ ] a feature request - [X] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What is...

Hi, I think it's a sort of bug, but it may be classified as a whish. I'm using Symfony. I've added the non public attribute $event_login to an entity class....

Hello, I imagine a regexp associated for each field during the make:entity operation. This regexp would then apply to : - a check constraint for field in database (via migration...

Have a look at this : ``` $ php bin/console make:entity Class name of the entity to create or update (e.g. GrumpyGnome): > AA created: src/Entity/AA.php created: src/Repository/AARepository.php Entity generated!...