Commit Graph

2957 Commits

Author SHA1 Message Date
Shao Yu-Lung (Allen)
44b7d1965c
Merge pull request #3235 from amorZhu/amorZhu-patch-1
Update zsh config
2022-07-17 12:40:10 +08:00
Shao Yu-Lung (Allen)
0483b05821
Merge pull request #3205 from Yohoed2000/master
feat:add Soketi Server
2022-07-17 12:37:50 +08:00
Shao Yu-Lung (Allen)
a4bc68c470
Merge pull request #3231 from erikn69/patch-1
Fix tests
2022-07-17 12:36:39 +08:00
zhushaolong
55b5fbaa9b
Update zsh config
1. Plugin laravel5 not found in zsh plugin list.
2. The executable command for the composer package could not be found. For example 'laravel new xxx'. The zsh composer plugin solves this problem.
2022-07-01 02:42:33 +08:00
erikn69
c99d86b8e3
Fix tests 2022-06-21 10:09:47 -05:00
Shao Yu-Lung (Allen)
27cb551a9f
Merge pull request #3210 from rc1021/patch-3
Solved undefined function imagecreatefromjpeg
2022-05-27 09:30:32 +08:00
Shao Yu-Lung (Allen)
0da3043334
Merge pull request #3218 from xiagw/fix-redis-requirepass
🐞fix(M  .env.example M  docker-compose.yml): redis --requirepass
2022-05-21 10:43:28 +08:00
xiagw
e776f61745
🐞fix(M .env.example
M  docker-compose.yml): redis --requirepass
2022-05-18 09:21:20 +08:00
xiagw
e5ea20f0fb
Merge remote-tracking branch 'origin/master' into master-fork 2022-05-18 09:01:48 +08:00
許益銘
7abbfd3142
Solved undefined function imagecreatefromjpeg
[Solved] `Call to undefined function Intervention\Image\Gd\imagecreatefromjpeg()`

[PHP 7.4 Changelog](https://www.php.net/manual/en/migration74.other-changes.php) in GD section

we can run docker-php-ext-configure command to configure our gd with JPEG support. 
we don't need to provide flag to enable PNG.

```
$ docker exec -it laradock_php-worker_1 php -r 'print_r(gd_info());'
Array
(
    [GD Version] => bundled (2.1.0 compatible)
    [FreeType Support] => 1
    [FreeType Linkage] => with freetype
    [GIF Read Support] => 1
    [GIF Create Support] => 1
    [JPEG Support] => 1
    [PNG Support] => 1
    [WBMP Support] => 1
    [XPM Support] => 
    [XBM Support] => 1
    [WebP Support] => 
    [BMP Support] => 1
    [TGA Read Support] => 1
    [JIS-mapped Japanese Font Support] => 
)
```
2022-05-06 23:40:14 +08:00
Wuweiming
20463869c2 fix:add .env.example 2022-04-29 14:29:30 +08:00
Wuweiming
cd9542198c feat:Add the broadcast driver officially recommended by laravel 2022-04-29 14:21:10 +08:00
Shao Yu-Lung (Allen)
a2dd97674f
Merge pull request #3199 from laradock/dependabot/npm_and_yarn/react/async-2.6.4
Bump async from 2.6.3 to 2.6.4 in /react
2022-04-26 20:48:46 +08:00
Shao Yu-Lung (Allen)
e63d0e7974
Merge pull request #3201 from afsh7n/patch-1
Update .env.example
2022-04-26 20:48:28 +08:00
Shao Yu-Lung (Allen)
6ca7e1357f
Merge pull request #3202 from afsh7n/patch-3
Update index.md
2022-04-26 20:48:05 +08:00
Afshin Tavakolian
4263de43fd
Update index.md
8.1 PHP-FPM was added to the samples
2022-04-26 15:18:18 +04:30
Afshin Tavakolian
bf0887c675
Update .env.example
8.1 PHP-FPM was added to the samples
2022-04-26 15:07:08 +04:30
dependabot[bot]
fe885ea130
Bump async from 2.6.3 to 2.6.4 in /react
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 14:36:49 +00:00
Shao Yu-Lung (Allen)
7bfdb23cb1
Merge pull request #3197 from laradock/dependabot/npm_and_yarn/react/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /react
2022-04-21 22:35:44 +08:00
dependabot[bot]
10b3906da4
Bump minimist from 1.2.5 to 1.2.6 in /react
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-17 15:53:50 +00:00
Shao Yu-Lung (Allen)
baa6ede88d
Merge pull request #3195 from PaolaRuby/patch-1
Let choose alpine correct version
2022-04-17 00:07:38 +08:00
PaolaRuby
c7eba246c9
Let choose alpine correct version 2022-04-13 09:16:52 -05:00
Shao Yu-Lung (Allen)
6092304046
Merge pull request #3194 from erikn69/fix_tests
Fix TESTS
2022-04-13 09:17:46 +08:00
Erik Niebla
cb77808a94 Fix tests 2022-04-12 19:10:39 -05:00
Shao Yu-Lung (Allen)
5028e0c37b
Merge pull request #3180 from bobbyshaw/patch-1
Do not install tokenizer into laravel-worker when php version is 8.1
2022-03-31 08:15:37 +08:00
Shao Yu-Lung (Allen)
e2e927d03d
Merge pull request #3141 from esfahanweb/fix-audiowaveform
try to fix audiowaveform for workspace
2022-03-29 13:18:48 +08:00
Shao Yu-Lung (Allen)
dfbd87bb09
Merge pull request #3186 from erikn69/fix_zmq
Fix php-zmq link
2022-03-29 13:15:12 +08:00
Erik Niebla
ae4e231988 Fix php-zmq link 2022-03-28 14:59:01 -05:00
Shao Yu-Lung (Allen)
cc7ceb0990
Merge pull request #3177 from laradock/dependabot/npm_and_yarn/react/lodash-es-4.17.21
Bump lodash-es from 4.17.15 to 4.17.21 in /react
2022-03-25 23:19:06 +08:00
Shao Yu-Lung (Allen)
eee4d54339
Merge pull request #3182 from JKair/master
fix mongo description style wrong.
2022-03-25 23:18:21 +08:00
Kair
e8ea58a8ad
fix mongo description style wrong. 2022-03-25 17:22:38 +08:00
Tom Robertshaw
ddd06fecfd
Do not install tokenizer into laravel-worker when php version is 8.1 2022-03-19 16:58:35 +00:00
dependabot[bot]
a28b5bfbe6
Bump lodash-es from 4.17.15 to 4.17.21 in /react
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 20:52:46 +00:00
Shao Yu-Lung (Allen)
fee2d33ad8
Merge pull request #3167 from CelaumMm/master
Add extension zmq
2022-03-09 21:49:22 +08:00
Shao Yu-Lung (Allen)
9b41cf0d48
Merge pull request #3168 from yenhi/mssql_pecl
Fix sqlsrv latest not support PHP 7.3
2022-03-09 21:48:29 +08:00
Shao Yu-Lung (Allen)
45c8fd219b
Merge pull request #3158 from laradock/dependabot/npm_and_yarn/react/url-parse-1.5.10
Bump url-parse from 1.5.7 to 1.5.10 in /react
2022-03-08 23:34:30 +08:00
Shao Yu-Lung (Allen)
91e0adfe45
Merge pull request #3164 from vlauciani/master
'laravel-horizon' and 'php-worker' - Update php 'FROM' tag to use PHP8.1
2022-03-08 23:32:37 +08:00
YenHai
11b93562c2 Fix sqlsrv latest not support PHP 7.3 2022-03-08 18:17:54 +08:00
Marcelo Camargo
fb22fbf0d7 Add extension zmq 2022-03-07 01:10:38 -03:00
Valentino Lauciani
f5cb352e9f
Fix php alpine tag 2022-03-04 17:40:46 +01:00
Valentino Lauciani
905a99efba
Update to work with PHP8 and PHP8.1 2022-03-04 17:38:49 +01:00
dependabot[bot]
02d9ed066d
Bump url-parse from 1.5.7 to 1.5.10 in /react
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:46:27 +00:00
Shao Yu-Lung (Allen)
df4ccf5eb7
Merge pull request #3155 from laradock/dependabot/npm_and_yarn/react/url-parse-1.5.7
Bump url-parse from 1.4.7 to 1.5.7 in /react
2022-02-22 08:46:49 +08:00
dependabot[bot]
2597989cbd
Bump url-parse from 1.4.7 to 1.5.7 in /react
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 14:36:16 +00:00
Shao Yu-Lung (Allen)
7542f3e595
Merge pull request #3148 from tancou/php-worker-8.x-amqp
Fix php worker 8.x amqp
2022-02-15 19:53:44 +08:00
Shao Yu-Lung (Allen)
88f8e4a951
Merge pull request #3153 from laradock/dependabot/npm_and_yarn/react/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21 in /react
2022-02-15 19:52:52 +08:00
Shao Yu-Lung (Allen)
80e885d7e7
Merge pull request #3152 from laradock/dependabot/npm_and_yarn/react/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2 in /react
2022-02-15 19:52:29 +08:00
Shao Yu-Lung (Allen)
6915e6071f
Merge pull request #3144 from laradock/dependabot/npm_and_yarn/react/node-sass-7.0.0
Bump node-sass from 4.14.1 to 7.0.0 in /react
2022-02-15 19:52:00 +08:00
Shao Yu-Lung (Allen)
e032d58f3d
Merge pull request #3145 from npmmirror/master
Update https://registry.npm.taobao.org to https://registry.npmmirror.com
2022-02-15 19:51:17 +08:00
dependabot[bot]
96efc244b8
Bump lodash from 4.17.20 to 4.17.21 in /react
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 11:50:33 +00:00