integrated / integrated-standard
Skeleton for a new Integrated based application, which includes the use of all core bundles
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-INTEGRATED-3226-symfony-7
- dev-INTEGRATED-3226
- 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-10-25 13:43:33 UTC
README
Skeleton for a new Integrated based application, which includes the use of all core bundles
Requirements
- See the require section in the composer.json
- See the services in docker-compose.yml
Documentation
Installation in Docker containers
Clone the project using Composer:
$ php composer.phar create-project integrated/integrated-standard path/ "~0.13" --no-scripts
Start docker-compose and run all manual installation actions with (supported on Linux only):
$ sh docker/initial-setup.sh
docker-compose build
rebuild the containersdocker-compose stop
stop the containersdocker-compose start
start the containers
Application & tools URLs
- https://localhost.integratedfordevelopers.com/
- https://mail.localhost.integratedfordevelopers.com/
- https://mongo.localhost.integratedfordevelopers.com/
- https://mysql.localhost.integratedfordevelopers.com/
- https://solr.localhost.integratedfordevelopers.com/
Manual installation
This application can be installed following these steps:
Set up the required services (as in docker-compose.yml)
Clone the project using Composer:
$ php composer.phar create-project integrated/integrated-standard path/ "~0.12"
Execute the following commands to set up the project:
$ php bin/console integrated:install
After installation you need to create a user:
$ php bin/console user:create admin yourpassword Integrated ROLE_ADMIN
Datafixtures
For some test data use these commands:
$ 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
You can login with: admin / admin
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
Changelog
You can find all releases and changes at integratedfordevelopers.com.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.