My first ever contribution to the 3rd party Laravel Livewire package.
Faced an issue when integrating.
Fixed it.
Raised a PR.
It got merged.
| GitHub | https://github.com/jigar-dhulla |
| Blog | https://jigar-dhulla.github.io |
| Pinkary | https://pinkary.com/@jigar |
My first ever contribution to the 3rd party Laravel Livewire package.
Faced an issue when integrating.
Fixed it.
Raised a PR.
It got merged.
Laravel v10.29.0 now shows the CliDumper source at the last line instead of first.
Very helpful when the dump is too long.
💡#PHP Tip:
Did you know explode() function has a limit parameter?
Useful when we know exactly how many arrays are expected in return.