Marko Dupor
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...
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...
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...
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...
[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...
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)...