Download the PHP package amsdard/symfony-standard without Composer
On this page you can find all versions of the php package amsdard/symfony-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amsdard/symfony-standard
More information about amsdard/symfony-standard
Files in amsdard/symfony-standard
Download amsdard/symfony-standard
More information about amsdard/symfony-standard
Files in amsdard/symfony-standard
Vendor amsdard
Package symfony-standard
Short Description The "Symfony Standard Edition" distribution
License MIT
Package symfony-standard
Short Description The "Symfony Standard Edition" distribution
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-standard
Symfony Standard Edition - AS docker edition
See DOCS for more details.
Requirements
- configure Your local projects enrironment
- [optional] install composer globally global composer command
- make sure You have YAKE installed
Create project
-
git only way
- global
composer
way
First project install
- directory name
project-name
will become Your domain name:project-name.app
and Your container's image tag namespace - remove YAKE
configure-docker
task fromYakefile
- update
composer.json
by Your project name, description - do not use
require-dev
in composer.json (keep common vendors) - if You want to use local composer (based on PHP image) - RECOMMENDED:
and replace YAKE composer task by:
- run
yake console assetic:watch
in background to work with assets yake console assetic:dump --env=prod --no-debug
before deploy
Deploy (dev / rancher)
- import
./deploy/rancher/docker-compose.yml
into Rancher + complete ENVs - make sure
mysql
works on specific host (Scheduling) - make sure
nginx
has Health Check enabled
Deploy (prod)
- import
./deploy/prod/docker-compose.yml
into server + copy ENV files fromdocker
directory docker-compose pull --parallel --quiet
docker-compose up -d --force-recreate
All versions of symfony-standard with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
incenteev/composer-parameter-handler Version ^2.0
sensio/distribution-bundle Version ^5.0.19
sensio/framework-extra-bundle Version ^3.0.2
symfony/monolog-bundle Version ^3.1.0
symfony/polyfill-apcu Version ^1.0
symfony/swiftmailer-bundle Version ^2.3.10
symfony/symfony Version 3.3.*
twig/twig Version ^1.0||^2.0
amsdard/composer-load-env Version ^1.0
sensio/generator-bundle Version ^3.0
symfony/assetic-bundle Version ^2.8
symfony/phpunit-bridge Version ^3.0
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
incenteev/composer-parameter-handler Version ^2.0
sensio/distribution-bundle Version ^5.0.19
sensio/framework-extra-bundle Version ^3.0.2
symfony/monolog-bundle Version ^3.1.0
symfony/polyfill-apcu Version ^1.0
symfony/swiftmailer-bundle Version ^2.3.10
symfony/symfony Version 3.3.*
twig/twig Version ^1.0||^2.0
amsdard/composer-load-env Version ^1.0
sensio/generator-bundle Version ^3.0
symfony/assetic-bundle Version ^2.8
symfony/phpunit-bridge Version ^3.0
The package amsdard/symfony-standard contains the following files
Loading the files please wait ....