Tujuan proyek ini adalah untuk meningkatkan aplikasi TODO & Co Symfony asli dari V3 ke V6. Anda akan menemukan proyek asli dengan mengikuti tautan di atas:
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 coverageDengan phpstan:
Run the command ` symfony php vendor/bin/phpstan analyse src --level 6 ` to check the code qualityDengan php-cs:
Run the command ` symfony php vendor/bin/phpcs src --standard=PSR12 -p ` to check the code qualityFolder dokumentasi (yang dihasilkan dengan phpDocumentor) (publik/dukungan/dokumen/dokumen teknis) tersedia di folder publik. Anda dapat mengaksesnya dengan membuka file 'index.html' di browser Anda.
Laporan audit (menggunakan Symfony Profiler) juga tersedia di folder ini (publik/dukungan/audit). Dokumentasi yang menjelaskan proses otentikasi tersedia di folder publik (publik/dukungan/dokumen/otentikasi). Dokumentasi yang menjelaskan cara berkontribusi proyek juga tersedia di folder publik.
Anørak
Kontribusi, masalah, dan permintaan fitur dipersilakan!
Jangan ragu untuk memeriksa halaman masalah.
Berikan jika proyek ini membantu Anda!
Readme ini dihasilkan oleh readme-md-generator
Perbarui Tugas -> Pengguna Baru (Anonim) -> Tabel Perbarui dengan Migrasi + Pembaruan dengan baris perintah (keduanya).