fi / pannelloamministrazionebundle
Pannello di amministrazione per progetti Fifree2
Installs: 2 812
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:symfony-bundle
Requires
Requires (Dev)
- behat/behat: 3.0.*
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-goutte-driver: ~1.1
- behat/mink-selenium2-driver: 1.2.*
- behat/symfony2-extension: 2.0.*
- doctrine/doctrine-bundle: ~1.4
- doctrine/inflector: 1.0.*
- doctrine/orm: ^2.4.8
- fi/fifreecorebundle: ~2.0
- friendsofsymfony/user-bundle: dev-master#47e4de9d8b6fed521729fb38107d9413863fe4ce as 2.0
- incenteev/composer-parameter-handler: ~2.0
- mockery/mockery: ^0.9.5
- phpmd/phpmd: ^2.4
- phpunit/phpunit: ^5.5
- satooshi/php-coveralls: ^1.0
- se/selenium-server-standalone: ^2.53
- sebastian/phpcpd: ^2.0
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0.2
- sensio/generator-bundle: ~2.0
- sensiolabs/security-checker: ^3.0
- squizlabs/php_codesniffer: ^2.7
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.8.*
- symfony/yaml: 2.8.*
- v3.0
- dev-master / 2.0.x-dev
- 2.0.51
- 2.0.50
- 2.0.49
- 2.0.48
- 2.0.47
- 2.0.46
- 2.0.45
- 2.0.44
- 2.0.43
- 2.0.42
- 2.0.41
- 2.0.40
- 2.0.39
- 2.0.38
- 2.0.37
- 2.0.36
- 2.0.35
- 2.0.34
- 2.0.33
- 2.0.32
- 2.0.30
- 2.0.29
- 2.0.28
- 2.0.27
- 2.0.26
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- v2.0
This package is auto-updated.
Last update: 2022-02-01 13:01:38 UTC
README
[] (https://travis-ci.org/ComuneFI/PannelloamministrazioneBundle)
Installazione:
- Aggiungere nel file composer.json (root del progetto) nella sezione:
composer require "fi/pannelloamministrazionebundle"
- Aggiungere nel file app/AppKernel.php nella funzione registerBundles;
new Fi\PannelloAmministrazioneBundle\FiPannelloAmministrazioneBundle(),
- Aggiungere nella routing dell'applicazione in app/config/routing.yml:
fi_pannello_amministrazione:
resource: "@FiPannelloAmministrazioneBundle/Resources/config/routing.yml"
prefix: /
- Infine lanciare
assets:install
- Test
#Scarico dipendenze
composer install
#Preparare il db
rm tests/app/dbtest.sqlite
php tests/app/console fifree:install admin admin admin@admin.it --env=test
rm -rf src/Tests/app/cache/test
rm -rf src/Tests/app/cache/dev
#Assets install
php tests/app/console assets:install tests/app --env=test
#Start servers
php tests/app/console server:run -d tests/app --env=test 2>&1 &
sh vendor/bin/selenium-server-standalone > /dev/null 2>&1 &
rm -rf tests/app/cache/test
rm -rf tests/app/cache/dev
#Lanciare i test
vendor/bin/phpunit