vinnyfs89 / docker-symfony-4
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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-03-21 22:53:08 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: