Cet objectif du projet est de mettre à niveau l'application ToDo & Co Symfony originale de V3 à V6. Vous trouverez le projet original en suivant le lien ci-dessus:
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 coverageAvec phpstan:
Run the command ` symfony php vendor/bin/phpstan analyse src --level 6 ` to check the code qualityAvec PHP-CS:
Run the command ` symfony php vendor/bin/phpcs src --standard=PSR12 -p ` to check the code qualityUn dossier de documentation (généré avec PHPDocumentor) (public / support / docs / technique DOC) est disponible dans le dossier public. Vous pouvez y accéder en ouvrant le fichier 'index.html' dans votre navigateur.
Un rapport d'audit (en utilisant le profil Symfony) est également disponible dans ce dossier (public / support / audit). Une documentation expliquant le processus d'authentification est disponible dans le dossier public (public / support / docs / authentification). Une documentation expliquant comment contribuer le projet est également disponible dans le dossier public.
Anorak
Les contributions, les problèmes et les demandes de fonctionnalités sont les bienvenus!
N'hésitez pas à vérifier la page des problèmes.
Donnez un si ce projet vous a aidé!
Ce lecture a été généré par ReadMe-MD-Generator
Tâches de mise à jour -> nouvel utilisateur (anonyme) -> Tableau de mise à jour avec migration + mise à jour avec ligne de commande (les deux).