Marko Dupor

Results 12 issues of Marko Dupor

Is it possible to generate only Postman collection without the `/docs` folders?

Having the following code: ```php $client = new Client($connectionWrapper->connection); $client->setLogin($username, $password); $connected = $client->connect(); ``` Will return false only in cases when URL is unreachable or the port is wrong....

I have `EmailMessage` and `EmailAttachment` models with 1:M relationship defined. It makes sense on `EmailAttachment` to have method: public function message() { return $this->belongsTo(EmailMessage::class); } And on `EmailMessage`: public function...

good first issue

I have a ton of classes, several of which are M:M relationships. Could you make a config support to ignore showing pivot table, and leave only relationship there? For example...

good first issue

Hello, first of all great repo, I love it! Could you implement the feature to ignore Laravel timestamps? I find it cluttering to see `created_at` and `updated_at` on every model...

good first issue

Hello, would it be possible to map out the emails somehow so that instead of message coming to a channel it comes directly to the PR reviewer assigned? I have...

enhancement

[https://packagist.org/packages/norgul/xmpp-php](https://packagist.org/packages/norgul/xmpp-php) I have tried keeping the documentation as detailed as possible, and enabling sending and receiving messages for the first version. I'd appreciate some feedback and what can I do...

Created functionality to enable `dependsOn` for siblings. **Disclaimer**: I haven't tested the feature extensively in each and every scenario, so if anyone else would benefit from this feature, please try...

- Laravel Version: v11.15.0 - Nova Version: v4.34.3 - PHP Version: 8.2.20 - Database Driver & Version: - Operating System and Version: MacOS Sonoma 14.5 (23F79) - Browser type and...

needs more info

Hi, for some reason I am getting no notifications whatsoever. Things I've checked on Station: - Do not disturb mode is turned off - App-specific notifications (bell icon on app)...

question