b292e0808a
fix issue tokenizer ext not building in Laravel Horizon Dockerfile for PHP 8.2
2023-01-04 16:41:22 +01:00
c7eba246c9
Let choose alpine correct version
2022-04-13 09:16:52 -05:00
ddd06fecfd
Do not install tokenizer into laravel-worker when php version is 8.1
2022-03-19 16:58:35 +00:00
905a99efba
Update to work with PHP8 and PHP8.1
2022-03-04 17:38:49 +01:00
4171871ab2
Fix tests(xdebug, mongodb)
2022-01-03 09:31:28 -05:00
58edaa6421
Add Alpine version to solve issue: https://github.com/laradock/laradock/issues/3008
2021-07-01 12:22:46 +02:00
b79d306004
feat(ldap extension): php-worker horizon
...
#2956
2021-04-22 23:34:17 +08:00
f1bcc81ec6
fix horizon memcached
2021-04-17 01:03:40 +08:00
397babfbfb
imagemagick supported formats
2021-04-09 18:38:58 +08:00
f196023a03
adjust step order
2021-04-07 23:21:47 +08:00
07cd057cec
extract duplicate command
2021-04-07 21:27:46 +08:00
360dfbe6ec
fix horizon build failed
2021-04-07 21:24:23 +08:00
0ee74f95ca
fix(GD extension): add GD extension installed for PHP 8.0
2021-03-23 01:31:04 +02:00
3d17a13789
horizon, php-worker | GnuPG
2021-03-21 19:24:30 +08:00
07b31384e9
horizon support PHP 5.6
2021-03-20 22:19:05 +08:00
4503360576
remove default install mongodb
2021-03-20 19:13:32 +08:00
c2c86d72af
laravel-horizon update memcached version
2021-03-16 23:35:47 +08:00
925e02bc7b
fix(cassandra extension): get installed cassandra for horizon and worker images
...
Setup the installation on laravel-horizon and php-worker images.
Closes #2876
2021-03-14 16:22:02 +02:00
67cc72da62
fix(IMAGEMAGICK extension): implement building extension for PHP 8.0 from source
...
We need to build imagemagick extension from sources due the latest version, that supports PHP 8.0 has not been released to PECL.
Closes #2861
2021-03-12 03:40:38 +02:00
d094cae2fb
Added PHP 8 to libzip exclusion conditions
2021-01-05 17:47:32 -08:00
0adbdaab19
Merge pull request #2771 from frenkiherlambang/fix-gd-unrecognized-options-on-php7.4
...
fix unrecognized options GD config on php 7.4
2020-12-17 16:33:01 +08:00
351d24dcf6
fix unrecognized options GD config on php 7.4
2020-11-16 01:31:28 +07:00
67dde45d24
Add BBC Audio Waveform Image Generator
2020-10-10 22:39:43 +08:00
2467717f17
Fix GD "Unable to init from given binary data"
2020-09-28 09:36:54 +08:00
a85e9c4507
Horizon support ImageMagick
...
fix #2296
2020-05-21 09:09:38 +08:00
33828f81bf
Merge pull request #2516 from laradock/php-gd-ext
...
php worker horizon support gd ext.
2020-02-24 17:32:52 +08:00
18ca604537
php worker horizon support gd ext.
2020-02-24 13:53:54 +08:00
51ff09c187
horizon zip ext.
2020-02-24 13:31:52 +08:00
53d13f23f7
horizon gmp ext
2020-02-12 18:23:22 +08:00
f8b7404263
php ext bz2 ( #2500 )
...
* php ext bz2
* fix typo
* fix php-fpm bz2 ext
* fix horizon bz2 ext
2020-02-11 23:56:58 +08:00
b2ae5f6d44
Arrange ( #2499 )
...
* unify php verson variable
* CASSANDRA move together
* unify all php base container
2020-02-11 18:41:19 +08:00
0a253a3d7e
Alpine commands used
2020-02-04 20:33:41 +01:00
72d11e4485
fix indentations
2020-02-04 17:00:01 +01:00
82a4b1db60
Add code to install YAML extension
2020-02-04 16:57:14 +01:00
3f6b779254
Merge branch 'master' into master
2020-01-14 16:09:18 +01:00
4fbe5c03b9
Update Dockerfile
...
Add non-root user for ffmpeg installation
2020-01-14 16:06:25 +01:00
964494255d
fix oniguruma require
...
#2407
#2408
2019-12-21 22:16:24 +08:00
b6204e5933
pref: add change source flag
2019-12-05 11:16:32 +08:00
c11c1fd69d
Add ffmpeg directive to Dockerfile
2019-12-04 11:38:36 +00:00
402ea8747a
Install MongoDB drivers
2019-11-01 14:35:23 -03:00
25f883fc99
laravel-horizon: fix memcached ( #2316 )
...
Fix #2278
2019-10-07 16:19:19 +08:00
5dbd46f9ff
Update comment
2019-09-16 15:00:44 +02:00
df15420be0
Install PHPREDIS into Laravel-Horizon docker image
2019-09-16 14:58:38 +02:00
8254c34647
Fix:Issue #2038 Install mongodb php extension ( #2167 )
...
* Fix:Issue #2038 Install mongodb php extension
- Make sure `INSTALL_MONGO` flag is `true`
- Run pecl install mongodb and enable the extentions in `laravel-horizon`
and `php-worker` images
- Remember to rebuild images
* INSTALL flag default set false
2019-07-30 12:54:56 +08:00
2e928a4928
laravel-horizon: Install 'sockets' without install 'AMQP` ( #2211 )
...
* Add LARAVEL_HORIZON_INSTALL_SOCKETS variable. Issue #2209
* Get LARAVEL_HORIZON_INSTALL_SOCKETS from .env. Issue #2209
* Get INSTALL_SOCKETS variable and install 'sockets' ext. Issue #2209
2019-07-30 12:48:24 +08:00
1602ff2dd0
Implement Cassandra DB & PHP Extension ( #2214 )
...
* Implementing Cassandra DB & PHP Extension
* Update documentation for Cassandra
* Added Cassandra for testing CI
2019-07-25 16:18:33 +08:00
69aa0b2b6a
fix:laravel-horizon ( #2181 )
2019-07-22 22:29:37 +08:00
2dd64aef55
Update Dockerfile ( #2147 )
...
Solve issue https://github.com/laradock/laradock/issues/2146
2019-05-29 08:53:13 +08:00
22032974c9
laravel-horizon ( #1854 )
2018-11-23 20:47:26 +08:00