In your Livewire components, you might want to display dates in the browser’s timezone. In this post, I explore how you could achieve this.
PHP
★ Running PHP tests in parallel on GitHub actions
A couple of years ago, Laravel introduced a great feature which allows to run PHPUnit / Pest tests in parallel. This results in a big boost in performance. By default, it determines the concurrency level Read more…