集成 / 集成标准
基于新集成应用程序的骨架,包括所有核心组件的使用
0.28
2022-11-30 14:14 UTC
Requires
- php: >=8.1
- doctrine/doctrine-migrations-bundle: ~2.1
- doctrine/orm: ~2.5
- incenteev/composer-parameter-handler: ~2.1
- integrated/integrated: 0.28.*
- integrated/thompson-theme-bundle: ^0.20
- leafo/scssphp: ^0.7.4
- symfony/apache-pack: ^1.0
- symfony/dotenv: ^5.4
- symfony/flex: ^1.3.1
- symfony/monolog-bundle: ^3.1
- symfony/proxy-manager-bridge: 5.4.*
Requires (Dev)
- behat/behat: ^3.4
- deployer/deployer: ^7
- friends-of-behat/mink: ^1.9
- friends-of-behat/mink-browserkit-driver: ^1.5
- friends-of-behat/mink-extension: ^2.5
- friends-of-behat/service-container-extension: ^1.1.0
- friends-of-behat/symfony-extension: ^v2.2.1
- phpstan/phpstan: 1.4.6
- phpstan/phpstan-doctrine: 1.2.11
- phpstan/phpstan-symfony: 1.1.5
- phpunit/phpunit: ~8.5
- squizlabs/php_codesniffer: ^3.1
- symfony/debug-bundle: 5.4.*
- symfony/maker-bundle: ^1.36
- symfony/phpunit-bridge: 5.4.*
- symfony/stopwatch: 5.4.*
- symfony/var-dumper: 5.4.*
- symfony/web-profiler-bundle: 5.4.*
- dev-master
- dev-release/0.60 / 0.60.x-dev
- 0.28
- 0.27
- 0.26
- dev-release/0.25 / 0.25.x-dev
- 0.25
- dev-release/0.20 / 0.20.x-dev
- 0.20
- 0.17
- 0.16
- dev-release/0.15 / 0.15.x-dev
- 0.15
- 0.14
- 0.13
- 0.12
- 0.11
- 0.10
- 0.9
- 0.8
- 0.7
- 0.6
- 0.5
- 0.4
- 0.3
- 0.2.10
- 0.2.7
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2
- 0.1.1.12
- 0.1.1.11
- 0.1.1.10
- 0.1.1.9
- 0.1.1.8
- 0.1.1.7
- 0.1.1.6
- 0.1.1.5
- 0.1.1.3
- dev-feature/mailpit
- dev-Bas-Hosmar/bundlesphp-removed-socialbundle
- dev-release/0.90
- dev-INTEGRATED-2887
- dev-release/0.30
- dev-release/0.80
- dev-feature/fix-yarn-key
- dev-INTEGRATED-1801
- dev-release/0.26
- dev-release/0.20.1
- dev-INTEGRATED-1719
- dev-release/0.17
- dev-release/0.16
- dev-INTEGRATED-1687
- dev-feature/fix-build
- dev-feature/symfony-5
- dev-release/0.14
- dev-INTEGRATED-1250
- dev-INTEGRATED-1587
- dev-INTEGRATED-1382
This package is auto-updated.
Last update: 2024-09-03 09:57:49 UTC
README
基于新集成应用程序的骨架,包括所有核心组件的使用
要求
- 查看composer.json中的require部分
- 查看docker-compose.yml中的服务
文档
在Docker容器中安装
使用Composer克隆项目
$ php composer.phar create-project integrated/integrated-standard path/ "~0.13" --no-scripts
启动docker-compose并运行所有手动安装操作(仅在Linux上受支持)
$ sh docker/initial-setup.sh
docker-compose build
重建容器docker-compose stop
停止容器docker-compose start
启动容器
应用程序和工具URL
- https://localhost.integratedfordevelopers.com/
- https://mail.localhost.integratedfordevelopers.com/
- https://mongo.localhost.integratedfordevelopers.com/
- https://mysql.localhost.integratedfordevelopers.com/
- https://solr.localhost.integratedfordevelopers.com/
手动安装
按照以下步骤安装此应用程序
设置所需的服务(如docker-compose.yml中所示)
使用Composer克隆项目
$ php composer.phar create-project integrated/integrated-standard path/ "~0.12"
执行以下命令来设置项目
$ php bin/console integrated:install
安装后,您需要创建一个用户
$ php bin/console user:create admin yourpassword Integrated ROLE_ADMIN
数据包
对于一些测试数据,请使用以下命令
$ php bin/console doctrine:fixtures:load
$ php bin/console doctrine:mongodb:fixtures:load
$ php bin/console solr:indexer:queue --full && php bin/console solr:indexer:run --full
您可以登录:admin / admin
许可协议
此组件在MIT许可下。请参阅组件中的完整许可协议
LICENSE
贡献
欢迎提交拉取请求。请参阅我们的贡献指南。
变更日志
您可以在integratedfordevelopers.com找到所有版本和变更。
关于
此组件是Integrated项目的一部分。您可以在Integrated for developers网站上了解更多关于此项目的信息。