هدف المشروع هذا هو ترقية تطبيق Tode & 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يتوفر مجلد وثائق (تم إنشاؤه مع PHPDOCUMITOR) (العام/الدعم/المستندات/المستند الفني) في المجلد العام. يمكنك الوصول إليه عن طريق فتح ملف "index.html" في متصفحك.
يتوفر تقرير التدقيق (باستخدام Symfony Profiler) أيضًا في هذا المجلد (العام/الدعم/التدقيق). تتوفر وثائق تشرح عملية المصادقة في المجلد العام (العام/الدعم/المستندات/المصادقة). وثائق تشرح كيفية المساهمة في المشروع متاح أيضًا في المجلد العام.
أنواك
المساهمات والقضايا وطلبات الميزات موضع ترحيب!
لا تتردد في التحقق من صفحة المشكلات.
إعطاء إذا ساعدك هذا المشروع!
تم إنشاء هذا ReadMe من قبل المولد README-MD
تحديث المهام -> مستخدم جديد (مجهول) -> تحديث جدول مع Migration + Update مع سطر الأوامر (كلاهما).