coderberg/residence-cms
Composer 安装命令:
composer create-project coderberg/residence-cms
包简介
Open Source Property Management System built with Symfony
README 文档
README
ResidenceCMS is a fast and lightweight Property Management System on top of Symfony 7.
Requirements
- PHP 8.2.0 or higher;
- PDO PHP Extension;
- GD PHP extension
- MySQL >= 5.7;
- And the usual Symfony application requirements.
Installation
-
Install Composer (see http://getcomposer.org/download)
-
Create new project via Composer
$ composer create-project coderberg/residence-cms mywebsite.loc -
Enter the newly created folder
$ cd mywebsite.loc -
After installing, you should configure your web server's document / web root to be the
publicdirectory. -
Create
.env.localfrom.envfile and fill in your database credentialsDATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name -
Run
$ php bin/console app:install -
Go to http://mywebsite.loc/en/admin and log in.
login: admin password: admin -
To use feedback forms, configure MAILER_DSN in
.env.local
Tests
-
Modify your DATABASE_URL config in
.env.test.localDATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name -
Install the ChromeDriver:
vendor/bin/bdi detect drivers -
Execute this command to run tests:
php bin/phpunit
Additional documentation
统计信息
- 总下载量: 849
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 181
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-17
