Alex

Results 8 issues of Alex

**Describe the bug** I'm developing a Mail Importer `artisan command` in a Laravel app. I'm using Zimbra as a mail server and the `IMAP` protocol to connect to it. At...

With the current version of the project, I couldn't make the package send a message to RocketChat. Whatever I make, RocketChat returns error [`405`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405). In my opinion the problem is...

As I can read in the [RocketChat documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/messaging/chat-endpoints/postmessage) the URL for creating a message is `/api/v1/chat.postMessage`. I've changed the endpoint in the code and added an additional `$user_id` parameter that...

I tried to modernize the library's source code in the following pull request. ### Why? I needed to extend the `ImplersonateManager` code in a given project. I had no problems...

### What Happened When using pest in my Laravel project I found out that the `--help` option doesn't list all available options. That's the output I get: ``` ❯ sail...

bug

- Fixed failing linter GitHub action. - Changed PHP testing framework (`PHPUnit` to `Pest`)

This PR adds a namespaced translations feature.

Workflow `tests.yml` was not properly using the matrix variable `--parallel`. I fixed that, and one small problem with PHPStan.