Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.x] Add Carbon dd() and dump() methods #47002

Merged
merged 2 commits into from
May 10, 2023

Conversation

ralphjsmit
Copy link
Contributor

This PR adds a dd() and dump() method to the Carbon instance, allowing people to more easily dump their Carbon instances. This is similar to the methods found on many other places in the framework.

now()->dd();

now()->dump();

Thanks!

@ralphjsmit ralphjsmit changed the title [10.x] Add Carbon dd() and `dump() methods [10.x] Add Carbon dd() and dump() methods May 9, 2023
@taylorotwell taylorotwell merged commit d925372 into laravel:10.x May 10, 2023
15 checks passed
milwad-dev pushed a commit to milwad-dev/framework that referenced this pull request May 12, 2023
* Add dd and dump methods to Carbon

* Code style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants