# wx_junteng **Repository Path**: liam123/wx_junteng ## Basic Information - **Project Name**: wx_junteng - **Description**: 骏腾马术 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #symfony ### 文件权限目录 --读写权限 chmod -R 777 app/cache app/logs web/upload ### 数据库创建 php app/console doctrine:schema:create ### 内置数据 php app/console doctrine:schema:update --force php app/console doctrine:fixtures:load ### entity生成get方法 php app/console doctrine:generate:entities BundleName:EntityName 为解决上传中文图片问题,用项目目录下File.php替换vendor/codeguy/upload/src/Upload/File.php文件 ###Swiftmailer邮件配置 composer install 配置 parameters.yml 以下参数 mailer_transport: smtp mailer_host: smtp.qq.com mailer_user: 951549518@qq.com mailer_password: lbaboxlccyejbeah-dddd