Alies Lapatsin
Alies Lapatsin
Hey @eusonlito Do you still have this issue with `\Eloquent`? Do we need to work on this PR? Is this PR related to the issue https://github.com/barryvdh/laravel-ide-helper/pull/1352 ?
@dathwa I see your code contains `3D `  Probably you use some HTML encoding tools or char espacping that breaks the URL
This should work with Google Calendar: ```php $link->google(['recur' => 'RRULE:FREQ=DAILY']); ``` Syntax is described by [RFC-5545](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html) But I'm not sure about other calendars/services
Today I tried to reverse-engineer outlook code and find recur param in their code, but without luck. But good news I found few more params from this code: ```js function...
it's supported in a fork BTW: https://github.com/koot-labs/telegram-bot-dialogs/releases/tag/0.7.0
sorry for posting on closed issue, but I think it's important. The oldies supported PHP version (for security fixes only) is 7.4: https://www.php.net/supported-versions.php  How about dropping supporting old PHP...
@ezyang >Yes, just to clarify: I'm OK to drop PHP support, but I'm NOT ok with egregious BC break. Does it mean we can use PSR 4 (means use `\Ezyang\HTMLPurifier`...
@bytestream this packages uses class prefixes to avoid conflicts with other classes from other packages or project's classes. This is an approach used before 5.3.0, where namespaces where introduced. More...
@adnane-ka >Is there any conflicting code or it's just okey to go with composer.json dependencies update? If you are talking about https://github.com/InteractionDesignFoundation/laravel-geoip, then - it's a fork without breaking changes....
Hey @broxners that's great! I would like to have your PR to the https://github.com/InteractionDesignFoundation/laravel-geoip (it's a stable and maintained fork of this repo with some extra features)