Skip to content

v1.0.81: add command to generate migrations for missing ACL resources

Choose a tag to compare

@thorewi thorewi released this 14 Mar 21:47
· 286 commits to main since this release
- Implement `GenerateMissingAclResourcesCommand` to scan presenters and automatically create Doctrine migrations for missing ACL database records.
- Introduce the `AuthPresenter` interface to mark presenters that require ACL resource validation.
- Register the new command in the DI extension and configure its dependencies.
- Remove a leftover debug call in `AuthPresenterTrait`.