Este objetivo del proyecto es actualizar la aplicación original TODO & Co Symfony de V3 a V6. Encontrará el proyecto original siguiendo el enlace de arriba:
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 coverageCon Phpstan:
Run the command ` symfony php vendor/bin/phpstan analyse src --level 6 ` to check the code qualityCon PHP-CS:
Run the command ` symfony php vendor/bin/phpcs src --standard=PSR12 -p ` to check the code qualityUna carpeta de documentación (generada con PhPDocumentor) (Public/Support/Docs/Technical Doc) está disponible en la carpeta pública. Puede acceder a él abriendo el archivo 'index.html' en su navegador.
Un informe de auditoría (utilizando el perfilador Symfony) también está disponible en esta carpeta (público/soporte/auditoría). Una documentación que explica el proceso de autenticación está disponible en la carpeta pública (público/soporte/docs/autenticación). Una documentación que explica cómo contribuir al proyecto también está disponible en la carpeta pública.
Anorak
¡Las contribuciones, los problemas y las solicitudes de funciones son bienvenidas!
No dude en verificar la página de problemas.
¡Dale un si este proyecto te ayudó!
Este readMe fue generado por ReadMe-MD-Generator
Tareas de actualización -> Nuevo usuario (Anónimo) -> Tabla de actualización con migración + actualización con línea de comandos (ambos).