Dieses Projektziel besteht darin, die ursprüngliche Todo & Co Symfony -App von V3 auf V6 zu aktualisieren. Sie finden das Originalprojekt, indem Sie dem obigen Link folgen:
Install dependencies with ` composer install ` and ` npm install ` Update the .env file with your database credentialsRun the command ` symfony console doctrine:database:create ` to create the databaseRun the command ` symfony console doctrine:schema:update --force ` to create the tablesRun the command ` symfony console doctrine:fixtures:load ` to load the fixturesRun the command ` symfony serve ` to start the serverRun the command ` npm run dev-server ` to start the webpack serverRun the command ` npm run watch ` to start the webpack watcherRun the command ` symfony php bin/phpunit ` to run the testsRun the command ` symfony php bin/phpunit --coverage-html public/coverage ` to run the tests with coverageMit Phpstan:
Run the command ` symfony php vendor/bin/phpstan analyse src --level 6 ` to check the code qualityMit PHP-CS:
Run the command ` symfony php vendor/bin/phpcs src --standard=PSR12 -p ` to check the code qualityEine Dokumentation (mit PHPDocumentor) Ordner (Public/Support/Docs/Technical Doc) ist im öffentlichen Ordner verfügbar. Sie können darauf zugreifen, indem Sie die Datei "index.html" in Ihrem Browser öffnen.
Ein Prüfungsbericht (unter Verwendung des Symfony Profiler) ist auch in diesem Ordner (öffentlich/Support/Audit) verfügbar. Eine Dokumentation, die den Authentifizierungsprozess erläutert, ist im öffentlichen Ordner (öffentlich/Support/Dokumente/Authentifizierung) verfügbar. Eine Dokumentation, in der erläutert wird, wie das Projekt beiträgt, ist auch im öffentlichen Ordner verfügbar.
Anorak
Beiträge, Probleme und Feature -Anfragen sind willkommen!
Fühlen Sie sich frei, Probleme mit der Seite zu überprüfen.
Geben Sie ein, wenn dieses Projekt Ihnen geholfen hat!
Diese Readme wurde von Readme-MD-Generator generiert
Aufgaben aktualisieren -> neuer Benutzer (Anonymous) -> Tabelle mit Migration + Update mit Befehlszeile (beide) aktualisieren.