File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
timble-one/backend-bundle/0.1 Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "bundles" : {
3+ "TimbleOne\\ BackendBundle\\ BackendBundle" : [" all" ]
4+ },
5+ "dockerfile" : [
6+ " RUN install-php-extensions gd exif"
7+ ]
8+ }
Original file line number Diff line number Diff line change 1+ <bg=blue;fg=white> </>
2+ <bg=blue;fg=white> TimbleOne BackendBundle </>
3+ <bg=blue;fg=white> </>
4+
5+ This bundle requires the PHP extensions <comment>gd</> and <comment>exif</>.
6+
7+ If your project uses Symfony Docker and has a root <comment>Dockerfile</> with:
8+ <comment>###> recipes ###</>
9+ <comment>###< recipes ###</>
10+ then Symfony Flex will add:
11+ <comment>RUN install-php-extensions gd exif</>
12+
13+ If you don't use Docker, install these PHP extensions on your machine/server
14+ and restart PHP-FPM / your web server afterwards.
15+
16+ Composer will fail with a clear error until <comment>ext-gd</> and <comment>ext-exif</> are available.
You can’t perform that action at this time.
0 commit comments