2lenet/sf8
最新稳定版本:1.0.15
Composer 安装命令:
composer create-project 2lenet/sf8
包简介
README 文档
README
To bootstrap a project, use the following steps:
composer create-project 2lenet/sf8 project_name --no-scripts
or with docker :
docker run -it -v $PWD:/app registry.2le.net/2le/2le:base-sf8 composer create-project 2lenet/sf8 project_name --no-scripts
Say "Yes" to all recipes question except Doctrine
Next, you will need to configure the project permissions as follows:
sudo chown -R $USER project_name
Then, initialize the project
cd project_name
make init
This script will create your project and configure it:
- Docker and Docker Compose config
- CI with test, build and deploy
- Create a dbtest image for your project and test
- Monolog, Sentry and Translation (Loco) config
- PHPStan, PHPCS and SonarQube config
When the script is finished, your project is ready to use.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-23