Nguyễn Trần Chung
Nguyễn Trần Chung
Because socket.io is using version 2 https://github.com/tlaverdure/laravel-echo-server/blob/6a4125d96d238c2e99c09c9918925ef6322aca35/package.json#L32 the client must also use version 2
> The nginx config was the problem. > I fixed it with this additional lines: > > ```nginx > location /socket.io/apps { > proxy_pass http://localhost:6001/apps; > proxy_http_version 1.1; > }...
I try ```php protected function isModerationConstraint(array $where, $column) { if (isset($where['column'])) { return $where['column'] == $column; } return false; } ``` I do not know True or False would be...
ping @hootlex
@schranzer235 fork repo and fix it. Or using https://github.com/spatie/laravel-model-status package
@schranzer235 see my pull request https://github.com/hootlex/laravel-moderation/pull/40
@tornadofay Currently I am using this package and maintaining it. Everyone can use it here https://github.com/nguyentranchung/laravel-decomposer
@revjoe @vicenterusso Currently I am using this package and maintaining it. Everyone can use it here https://github.com/nguyentranchung/laravel-decomposer
Change .env Local ``` LOG_CHANNEL=stack LOG_CHANNEL_STACK=single ``` Production ``` LOG_CHANNEL=stack LOG_CHANNEL_STACK=single,telegram ```
https://github.com/francescomalatesta/laravel-reactions/blob/5de9957a6fe5629219e27b628a380fbda837df2b/src/Traits/Reacts.php#L12 using sync() methood instead of attach()