vinnyfs89 / docker-symfony-4
1.0.0
2018-04-12 22:00 UTC
Requires
- php: ^7.0.8
- sensio/framework-extra-bundle: ^5.1
- symfony/apache-pack: ^1.0
- symfony/console: ^3.3
- symfony/framework-bundle: ^3.3
- symfony/maker-bundle: ^1.3
- symfony/requirements-checker: ^1.0
- symfony/yaml: ^3.3
Requires (Dev)
- symfony/dotenv: ^3.3
- symfony/flex: ^1.0
- symfony/web-server-bundle: ^3.3
Conflicts
- symfony/debug: <3.3
- symfony/symfony: *
- symfony/twig-bundle: <3.3
This package is auto-updated.
Last update: 2025-04-21 22:55:34 UTC
README
About
Basic structure of SF4 + Docker.
docker-compose up -d
- See
http://localhost
- See
http://localhost/lie
Tips:
- Execute docker commands inside php docker container
docker-compose exec php-fpm bash
- Use 'console' to help and create things
bin/console make:controller lie
- Checking Requirements:
php vendor/bin/requirements-checker
References: