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生成的
更新任務 - >新用戶(匿名) - >帶有命令行(兩者)的遷移 +更新表。