Commits on Source (28)
-
Define the line ending behavior of the different file extensions https://git-scm.com/docs/gitattributes https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes Refs: #16
-
Fabrice Gangler authored
Refs: #16
-
Fabrice Gangler authored
Refs: #1
-
Refs: #3
-
Refs: #2
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/current/setup.html Installation: composer create-project symfony/website-skeleton Refs: #4
-
Refs: #9
-
composer.json schema https://getcomposer.org/doc/04-schema.md Refs: #5
-
Fabrice Gangler authored
Documentation: https://github.com/fzaninotto/Faker Installation: composer require --dev fzaninotto/faker Refs: #6
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/current/testing.html#your-first-functional-test https://symfony.com/doc/current/components/browser_kit.html https://symfony.com/doc/current/components/css_selector.html https://github.com/symfony/panther Installation: composer require --dev symfony/browser-kit composer require --dev symfony/css-selector composer require --dev panther Refs: #7
-
Fabrice Gangler authored
Refs: #15
-
Fabrice Gangler authored
Documentation: https://editorconfig.org/ Refs: #17
-
Fabrice Gangler authored
Documentation: https://github.com/phpro/grumphp Installation: composer require --dev phpro/grumphp Refs: #8
-
Fabrice Gangler authored
syntax checkers: json, xml, yaml and php install php lint composer require --dev jakub-onderka/php-parallel-lint Refs: #18
-
Fabrice Gangler authored
Added "clear your cache before running those tests" documentation: https://symfony.com/doc/current/testing/bootstrap.html Refs: #14
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/master/bundles/DoctrineFixturesBundle/ Installation: composer require --dev orm-fixtures Refs: #12
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/phpmd.html https://phpmd.org install: composer require --dev phpmd/phpmd Refs: #24
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/security-checker.html https://github.com/sensiolabs/security-checker install: composer require --dev sensiolabs/security-checker Refs: #25
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/phpcs.html https://github.com/squizlabs/PHP_CodeSniffer/wiki # install composer require --dev "squizlabs/php_codesniffer" # Show rules and coding standards vendor/bin/phpcs -i # list of installed coding standards vendor/bin/phpcs -e # list of rules used by .phpcs.xml config # Check files based on .phpcs.xml config vendor/bin/phpcs Refs: #27
-
Fabrice Gangler authored
documentation: - https://phpqa.io/projects/php-compatibility.html - https://github.com/PHPCompatibility/PHPCompatibility install composer require --dev "phpcompatibility/php-compatibility" Usage: phpcs ./ -p --standard=PHPCompatibility --runtime-set testVersion 7.2- Refs: #28
-
Fabrice Gangler authored
Some files auto-generated by Symfony don't respect PSR-12 (Coding Style) : - Line exceeds 120 characters - Expected at least 1 space before "."; 0 found - Expected at least 1 space after "."; 0 found Refs: #29
-
Fabrice Gangler authored
Refs: #19
-
Fabrice Gangler authored
Refs: #31
Showing
- .editorconfig 25 additions, 0 deletions.editorconfig
- .gitattributes 227 additions, 0 deletions.gitattributes
- .gitignore 26 additions, 0 deletions.gitignore
- .gitlab/issue_templates/Bug.md 22 additions, 0 deletions.gitlab/issue_templates/Bug.md
- CHANGELOG.md 27 additions, 0 deletionsCHANGELOG.md
- CODE_OF_CONDUCT.md 87 additions, 0 deletionsCODE_OF_CONDUCT.md
- CONTRIBUTING.md 18 additions, 0 deletionsCONTRIBUTING.md
- LICENSE 620 additions, 0 deletionsLICENSE
- README.md 16 additions, 1 deletionREADME.md
- documentation/10_Install_doc/README.md 8 additions, 0 deletionsdocumentation/10_Install_doc/README.md
- documentation/10_Install_doc/webapp_Installation.md 31 additions, 0 deletionsdocumentation/10_Install_doc/webapp_Installation.md
- documentation/10_Install_doc/webapp_Pre-requisites.md 107 additions, 0 deletionsdocumentation/10_Install_doc/webapp_Pre-requisites.md
- documentation/30_Contributor_doc/GIT_CONVENTION.md 64 additions, 0 deletionsdocumentation/30_Contributor_doc/GIT_CONVENTION.md
- documentation/30_Contributor_doc/README.md 86 additions, 0 deletionsdocumentation/30_Contributor_doc/README.md
- documentation/90_Mementos/memento_Symfony-CLI.md 49 additions, 0 deletionsdocumentation/90_Mementos/memento_Symfony-CLI.md
- documentation/QA-tools.md 100 additions, 0 deletionsdocumentation/QA-tools.md
- documentation/README.md 9 additions, 0 deletionsdocumentation/README.md
- webapp/.env 33 additions, 0 deletionswebapp/.env
- webapp/.env.test 5 additions, 0 deletionswebapp/.env.test
- webapp/.gitignore 21 additions, 0 deletionswebapp/.gitignore
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.gitlab/issue_templates/Bug.md
0 → 100644
CHANGELOG.md
0 → 100644
CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
documentation/10_Install_doc/README.md
0 → 100644
documentation/30_Contributor_doc/README.md
0 → 100644
documentation/QA-tools.md
0 → 100644
documentation/README.md
0 → 100644
webapp/.env
0 → 100644
webapp/.env.test
0 → 100644
webapp/.gitignore
0 → 100644