Эта цель проекта - обновить оригинальное приложение 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) (Public/Support/Docs/Technical Doc) доступна в общедоступной папке. Вы можете получить к нему доступ, открыв файл 'index.html' в вашем браузере.
Аудиторский отчет (с использованием Symfony Profiler) также доступен в этой папке (Public/Support/Audit). Документация, объясняющая процесс аутентификации, доступна в публичной папке (Public/Support/Docs/Authentication). Документация, объясняющая, как внести свой вклад в проект, также доступна в публичной папке.
Анорак
Взносы, проблемы и запросы на функции приветствуются!
Не стесняйтесь проверять страницу проблем.
Дайте вам, если этот проект помог вам!
Этот Readme был сгенерирован readme-md-генератором
Обновление задач -> Новый пользователь (анонимный) -> Таблица обновления с Migration + Update с командной строкой (оба).