Kyle
Kyle
Hello, Carbon 2.x is no longer supported. With a very limited work force, I'm focusing on 3.x version (released for ~1 year) and shaping what 4.x would be. I cannot...
I would still discourage forking, you wouldn't then benefit from security updates that can still happen on 2.x branch. Instead it could be achieved with just some extra bootstrap files...
All the syntaxes that [new DateTime()](https://www.php.net/manual/en/datetime.construct.php) supports are also supported by `Carbon::parse()`. If you want to build a date against a specific format, you should use `createFromFormat` (which is also...
Hello, the version number get bumped to next major version mainly to be able to introduce breaking changes in the behavior of diff methods. There are still many people on...
Hello, I recommend you to require `"nesbot/carbon": "^3.9.1 as 2.999.0"` There are good chances that older versions of Laravel can run seamlessly with v3. However Laravel 7 is already 5...
Please fill the issue template with the needed details to understand your issue. Thanks.
Hello, this relates to https://github.com/CarbonPHP/carbon/issues/57 `resetMessages()` can help but would probably still leak. The sad point is that we extend symfony translator and we rely on `addResource` to set translations...
@hmazter > Is this related to this one as well https://github.com/CarbonPHP/carbon/issues/50? It's not possible to be sure without the test suite, but you could comment out `$this->updateFallbackLocale();` in `vendor/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php` and...
`__sleep` was there for PHP 7 but we no longer support it, so we might be able to just drop it. I will check if tests still pass.
Fixed via https://github.com/CarbonPHP/carbon/pull/59