maker-bundle
maker-bundle copied to clipboard
Symfony Maker Bundle
Hi there, I love using Uuids / Ulids as primaries, and I jumped on this feature ! But it looks like it works only if we don't pass any parameters...
Closes #1410 ## Description The goal of this PR is to simplify the usage of the `make:listener` command by adding the following features to the event input : - Matching...
related #1577 `make:entity` generated `id` property as an int type when a class name is specified as an argument. So, I adjusted `checkIsUsingUid()` call timing.
I think adding "make:event" that makes `Event` class is good, although that is a small feature. So, I wrote a simple make command. ``` php bin/console make:event The name of...
See https://github.com/symfony/maker-bundle/pull/1429/files#r1653262959.
This PR proposes to leverage the PHP-CS-Fixer shim package, which is the Composer package shipping the scoped PHAR, rather than managing the PHAR directly. IMO it is better because on...
- [ ] depends on #1539 --- - adds the ability to generate / preview our single page doc locally (https://symfony.com/bundles/SymfonyMakerBundle/current/index.html) Yup - totally stole the code from https://github.com/symfony/symfony-docs/tree/7.1/_build to...
Addresses [symfony/ux#480](https://github.com/symfony/ux/issues/480)
- introduces 2 new configuration values: - `generate_final_classes`: Defaults to `true` - When true, all non-entity classes generated by MakerBundle will be final. - `generate_final_entities`: Defaults to `false` - When...