23 Commits

Author SHA1 Message Date
Jérôme Tamarelle
db9b44c4f4 PHPUnit 11 compatibility 2026-02-12 13:13:20 +01:00
Jérôme Tamarelle
686d8ac8a6 Fix CS: Use static anonymous functions 2026-02-04 12:43:05 +01:00
Nicolas Grekas
0ad8e79aee Leverage symfony-tools/fabbot 2026-01-09 21:14:47 +01:00
Jesse Rushlow
e7ba0ec91c minor #1582 [ci] php-cs-fixer it up 2024-07-30 06:30:55 -04:00
Christian Flothmann
ae3182dbcb make the MakerFileLinkFormatter compatible with Symfony 7 2023-10-24 09:49:20 +02:00
Ryan Weaver
6017db8db1 working around appveyor issue 2020-05-06 09:49:09 -04:00
Laurent VOULLEMIER
b1553d86bc Allow to display links on created files
If debug.file_link_format container parameter or framework.ide is configured and terminal supports links
2020-04-12 15:44:54 +02:00
Nicolas Grekas
2cf9460786 Allow Symfony 5 + many cleanups 2019-10-20 22:39:14 +02:00
Ryan Weaver
bcfe358caf Making twig.default_path parameter optional 2019-06-14 09:13:22 -04:00
LeJeanbono
71a055c2f5 fix - getPathForTemplate use relative path to templates 2019-06-14 09:13:22 -04:00
LeJeanbono
abd70d4e65 twig template generator method 2019-06-14 09:13:22 -04:00
LeJeanbono
9c727b88ab FileManager use ParameterBagInterface 2019-06-14 09:13:22 -04:00
LeJeanbono
b2650066f3 Rename getTemplatesFolder to getTemplatesDir 2019-06-14 09:13:22 -04:00
LeJeanbono
3d0f712dc0 Tests templates folder 2019-06-14 09:13:22 -04:00
Ryan Weaver
6c1d168fb0 Fixing a bug where having relativizePath failed if root was /src 2018-06-21 09:49:51 -04:00
Ryan Weaver
f022f5fc96 Fixed window path bug while looking for the vendor/ dir 2018-02-27 15:38:02 -05:00
Ryan Weaver
abbe8d96c3 Fixing windows bug where C:/ slash may already be normalized 2018-02-27 15:37:26 -05:00
Ryan Weaver
866e53433b Extracting logic into AutoloaderUtil 2018-02-27 15:37:26 -05:00
Ryan Weaver
7a04e9b3e1 Fixing Windows path problem 2018-02-21 14:08:04 -05:00
Ryan Weaver
b7222ba452 Adding appveyor CI support 2018-02-21 10:15:18 -05:00
Ryan Weaver
5d1b97680e Fixing possible non-existent dir in test 2018-02-10 14:39:28 -05:00
Ryan Weaver
9e90cbc6d7 Adding support for passing \Absolute\Class\Paths as class names
This also means that the App\ prefix is now hardcoded in exactly *one*
place, and could be moved to configuration very easily.
2018-02-10 13:04:25 -05:00
Ryan Weaver
aabbedf23b Refactoring MakerInterface to be more straightforward
This allowed us to more easily support generating into sub-namespaces.
2018-02-09 19:34:03 -05:00