1
0
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
Krzysztof Sikorski 1bbb8b5ebe
Code style: rename `MainMenuService` to `MainMenuGenerator` 2022-04-26 01:19:09 +02:00
Krzysztof Sikorski 8e511dc990
Extract main menu to a service class 2022-04-25 20:37:36 +02:00
Krzysztof Sikorski 11c3dc8f49
Code style: move all admin-related classes to dedicated namespace 2022-04-25 06:33:16 +02:00
Krzysztof Sikorski eeef06f6d9
Configure service container to support parsers and ParserSelector 2022-04-22 01:02:59 +02:00
Krzysztof Sikorski a733008cb4
Decorate serializer service to avoid having to always pass context array 2022-04-20 21:11:49 +02:00
Krzysztof Sikorski 71a52739c6
Remove Symfony Maker bundle because it does not work with modified config 2022-04-17 22:43:55 +02:00
Krzysztof Sikorski 5535aaefea
Code style: move classes related to Doctrine to separate namespaces 2022-04-17 03:19:05 +02:00
Krzysztof Sikorski c1f08fe9e4
Update Symfony recipes metadata, port changes to config files 2022-04-09 03:25:29 +02:00
Krzysztof Sikorski b732dfd883
Code cleanup: use class constants instead of some string literals 2022-04-08 23:16:20 +02:00
Krzysztof Sikorski f6e1c2662b
Code cleanup: convert config files to use "ConfigBuilders" generated by Symfony 2022-04-08 02:43:08 +02:00
Krzysztof Sikorski 03c43a1e80
Code cleanup: sort entries in `bundles.php` 2022-04-07 22:12:21 +02:00
Krzysztof Sikorski 503aeb5d9c
Code style: convert all YAML configuration files to PHP format 2022-03-31 00:38:16 +02:00
Krzysztof Sikorski 7f32bea1c3
Fix: explicitly import package config files that are in PHP format 2022-03-30 21:08:19 +02:00
Krzysztof Sikorski 2bf742c933
Configure authentication 2022-03-20 23:48:48 +01:00
Krzysztof Sikorski ff7dc737b7
Add Symfony Rate Limiter to dependencies 2022-03-20 23:35:18 +01:00
Krzysztof Sikorski 49a6150310
Add EasyAdmin bundle to dependencies 2022-03-20 23:30:42 +01:00
Krzysztof Sikorski 7185c755c4
Upgrade dependencies, migrate to Symfony 6 2022-02-08 23:48:55 +01:00
Krzysztof Sikorski cb3126e09e
Add Symfony Validator component to dependencies 2021-11-01 17:27:52 +01:00
Krzysztof Sikorski 7c27d449b9
Generate an user entity & repository 2021-10-31 13:23:03 +01:00
Krzysztof Sikorski f19a815396
Add Symfony Security component to dependencies 2021-10-31 02:29:26 +02:00
Krzysztof Sikorski 4c7d319177
Conigure Doctrine to use attributes instead of PHPDoc annotations 2021-10-26 23:17:45 +02:00
Krzysztof Sikorski aeca10eb2f
Add standard debugging libraries to dependencies 2021-10-26 00:10:13 +02:00
Krzysztof Sikorski 94fd41a341
Configure Symfony to automatically recognise controllers 2021-10-25 23:42:04 +02:00
Krzysztof Sikorski e9c902e82a
Add Twig bundle to dependencies 2021-10-25 22:25:32 +02:00
Krzysztof Sikorski 72e0e39c9a
Add doctrine & maker bundles to the project 2021-10-25 01:29:22 +02:00
Krzysztof Sikorski a27229c947
Generate a basic Symfony 5.3 project 2021-10-24 02:29:06 +02:00