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 coveragephpstanで:
Run the command ` symfony php vendor/bin/phpstan analyse src --level 6 ` to check the code qualityPHP-CSで:
Run the command ` symfony php vendor/bin/phpcs src --standard=PSR12 -p ` to check the code qualityドキュメント(phpdocumentorで生成)フォルダー(public/support/docs/technical doc)は、パブリックフォルダーで入手できます。ブラウザで「index.html」ファイルを開くことでアクセスできます。
監査レポート(Symfony Profilerを使用)もこのフォルダー(public/support/audit)で利用できます。認証プロセスを説明するドキュメントは、パブリックフォルダー(パブリック/サポート/ドキュメント/認証)で利用できます。プロジェクトに貢献する方法を説明するドキュメントは、パブリックフォルダーでも利用できます。
アノラック
貢献、問題、機能のリクエストは大歓迎です!
[問題]ページを自由に確認してください。
このプロジェクトがあなたを助けてくれたなら!
このREADMEは、ReadMe-MD-Generatorによって生成されました
タスクを更新 - > newユーザー(匿名) - >移行を備えたテーブルを更新 +コマンドライン(両方)を更新します(両方)。