-
- Downloads
Implement basic project structure
Showing
- .gitignore 2 additions, 51 deletions.gitignore
- composer.json 41 additions, 0 deletionscomposer.json
- composer.lock 7263 additions, 0 deletionscomposer.lock
- config-templates/module_accounting.php 5 additions, 0 deletionsconfig-templates/module_accounting.php
- locales/en/LC_MESSAGES/accounting.po 18 additions, 0 deletionslocales/en/LC_MESSAGES/accounting.po
- phpcs.xml 17 additions, 0 deletionsphpcs.xml
- phpunit.xml 42 additions, 0 deletionsphpunit.xml
- psalm.xml 39 additions, 0 deletionspsalm.xml
- routing/routes/routes.yml 4 additions, 0 deletionsrouting/routes/routes.yml
- routing/services/services.yml 7 additions, 0 deletionsrouting/services/services.yml
- src/Controller/Test.php 49 additions, 0 deletionssrc/Controller/Test.php
- src/Exceptions/ModuleConfiguration/InvalidConfigurationNameException.php 7 additions, 0 deletions...ModuleConfiguration/InvalidConfigurationNameException.php
- src/ModuleConfiguration.php 44 additions, 0 deletionssrc/ModuleConfiguration.php
- templates/configuration.twig 19 additions, 0 deletionstemplates/configuration.twig
- tests/config-templates/module_accounting_basic.php 5 additions, 0 deletionstests/config-templates/module_accounting_basic.php
- tests/src/ModuleConfigurationTest.php 21 additions, 0 deletionstests/src/ModuleConfigurationTest.php
- www/assets/css/accounting.css 3 additions, 0 deletionswww/assets/css/accounting.css
Loading
Please register or sign in to comment