the dev

Results 37 comments of the dev

## Simplified Dev Workflow with `make` This PR introduces a streamlined dev workflow using the `make` command. Running `make` locally sets up dev environment in a snap: 1. `make env`:...

I have added https://github.com/ergebnis/composer-normalize as a dev composer depdendency to lint and standardize existing composer.json files. It can be used to format composer.json files across all organization.

There is also no possibility to use Serial in default way. Example: ``` #[Entity(repository: CheckoutRepository::class)] #[Uuid7(field: 'id', column: 'id')] class Checkout implements AggregateRoot, AuditableEntity { use AggregatableRoot; use HasSignatures; #[Column(type:...

I have same issue: ### Examples throws `PossiblyUnusedMethod`: ```php #[Test] public function it_gets_orm_from_facade_when_container_has_orm(): void { ... } ``` works: ```php /** * @test */ #[Test] public function it_gets_orm_from_facade_when_container_has_orm(): void {...

Duplicate issue: https://github.com/psalm/psalm-plugin-phpunit/issues/131

@weirdan Thanks for this tip! I have created PR: https://github.com/psalm/psalm-plugin-phpunit/pull/145 I have tested it manually, on my code. Please give suggestions, what do I need to change/add to get this...

also, production env needs NEXTAUTH_SECRET https://next-auth.js.org/configuration/options#secret

PR for todo items: https://github.com/wayofdev/next-starter-tpl/pull/414

btw, thanks @lukin for the amazing work on keywind theme for keycloak. I will periodically update this pull request, till it is ready.