# qrwiki **Repository Path**: ety001/qrwiki ## Basic Information - **Project Name**: qrwiki - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-26 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README qrwiki ====== A Symfony project created on August 26, 2017, 11:22 pm. # composer install composer install --no-dev --optimize-autoloader # ckeditor php bin/console ckeditor:install php bin/console assets:install --symlink # clear cache php bin/console cache:clear --env=prod --no-debug --no-warmup php bin/console cache:warmup --env=prod # set env export SYMFONY_ENV=prod # update database structure php bin/console doctrine:schema:update --force