Christoph Rumpel

Results 91 comments of Christoph Rumpel

Hey, it is very difficult to debug such an issue. Just from your info, I can't tell what the issue could be. I would start by trying to make it...

Have checked that connection on the WebSockets dashboard shows that your WebSockets server is connected? Have you made this work with the demo I showed in the article? As mentioned,...

Cool, hope this helps you to move on from here 👍 (Let me here if you find the issue please)

Hey @wilfredonoyola , this boilerplate is meant for testing purposes in plain PHP. I would not recommend to use it in a framework like Codeigniter. Have you tried the chatbot...

I will give it a look today. Thx for mentioning.

Hey @guidodipaolo , I wasn't sure if I should add it because this should be just very simple boilerplate. There are dozens of other things that could be implemented as...

:x: Shift could not upgrade the following files since they differed from the default Laravel version. You will need to compare these files against the [default Laravel 6 versions](https://github.com/laravel-shift/laravel-6.0/) and...

:warning: Since you are upgrading from an older version of Laravel, Shift defaulted your customized configuration files to make future Shifts smoother. This was done in [a separate commit](https://github.com/christophrumpel/christoph-rumpel.com/pull/18/commits/1907cdcf811c4f7a844c728aed8325ce5c0bf688?w=1) so...

:information_source: Laravel 6 changed the default Redis client from `predis` to `phpredis`. You may keep using `predis` by setting `REDIS_CLIENT=predis` for your environment. However, if possible, consider switching to [phpredis](https://github.com/phpredis/phpredis)...

:information_source: Shift [updated your dependencies](https://github.com/christophrumpel/christoph-rumpel.com/pull/18/commits/ea0192d3c701ee9b19cfdc7b97c6ab2020b8bc2a?w=1) for Laravel 6. While many of the popular packages are reviewed, you may have to update additional packages in order for your application to be...