mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
add timble-one/backend-bundle (#1951)
Co-authored-by: Timo Bühlmann <info@timble.one>
This commit is contained in:
8
timble-one/backend-bundle/0.1/manifest.json
Normal file
8
timble-one/backend-bundle/0.1/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"TimbleOne\\BackendBundle\\BackendBundle": ["all"]
|
||||
},
|
||||
"dockerfile": [
|
||||
"RUN install-php-extensions gd exif"
|
||||
]
|
||||
}
|
||||
16
timble-one/backend-bundle/0.1/post-install.txt
Normal file
16
timble-one/backend-bundle/0.1/post-install.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> TimbleOne BackendBundle </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
This bundle requires the PHP extensions <comment>gd</> and <comment>exif</>.
|
||||
|
||||
If your project uses Symfony Docker and has a root <comment>Dockerfile</> with:
|
||||
<comment>###> recipes ###</>
|
||||
<comment>###< recipes ###</>
|
||||
then Symfony Flex will add:
|
||||
<comment>RUN install-php-extensions gd exif</>
|
||||
|
||||
If you don't use Docker, install these PHP extensions on your machine/server
|
||||
and restart PHP-FPM / your web server afterwards.
|
||||
|
||||
Composer will fail with a clear error until <comment>ext-gd</> and <comment>ext-exif</> are available.
|
||||
Reference in New Issue
Block a user