ToDo Co
1.0.0
这个项目的目标是将原始TODO&CO SYMFONY应用程序从V3升级到V6。您将通过以上链接找到原始项目:
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 coverage与phpstan:
Run the command ` symfony php vendor/bin/phpstan analyse src --level 6 ` to check the code quality使用PHP-CS:
Run the command ` symfony php vendor/bin/phpcs src --standard=PSR12 -p ` to check the code quality公共文件夹中有一个文档(由phpdocumentor生成)文件夹(公共/支持/文档/技术文档)。您可以通过在浏览器中打开“ index.html”文件来访问它。
此文件夹(公共/支持/审核)也可以使用审核报告(使用Symfony Profiler)。解释身份验证过程的文档可在公共文件夹(公共/支持/文档/身份验证)中找到。解释如何贡献项目的文档也可以在公共文件夹中提供。
Anørak
欢迎贡献,问题和功能请求!
请随时检查问题页面。
如果这个项目对您有帮助!
此读数是由readme-md-generator生成的
更新任务 - >新用户(匿名) - >带有命令行(两者)的迁移 +更新表。