Skip to content

Commit cd32159

Browse files
timble-oneTimo Bühlmann
andauthored
add timble-one/backend-bundle (#1951)
Co-authored-by: Timo Bühlmann <info@timble.one>
1 parent f3c8362 commit cd32159

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"TimbleOne\\BackendBundle\\BackendBundle": ["all"]
4+
},
5+
"dockerfile": [
6+
"RUN install-php-extensions gd exif"
7+
]
8+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

0 commit comments

Comments
 (0)