Delaying notifications channel-wise in Laravel 8.x
December 14, 2020 — Up until now, if you would need to delay notifications, you could do it by chaining the delay
method onto your notification instantiation like so.
A blog on PHP, JavaScript, and more
December 14, 2020 — Up until now, if you would need to delay notifications, you could do it by chaining the delay
method onto your notification instantiation like so.
December 12, 2020 — Since my blog is built on to of Jekyll, many a times, I have been in a situation where I would try to implement certain features according to my needs.
December 9, 2020 — Imagine you just bought a new computer and the next thing you want to do is create a brand new Laravel application in your brand new machine.
December 8, 2020 — If you’ve ever worked with PHPUnit for TDD, you might be aware of the fact that PHPUnit’s default test reports are pretty minimal and ambiguous.
December 7, 2020 — If you’re following the TDD (Test Driven Development) using PHPUnit, you probably stumbled upon a scenario where you would have in need to skip/take some of the tests.
December 5, 2020 — If you’re working with PHP for a while, there might be a good chance that you’d be in need to fetch the class of an object. This could be mostly for debugging purposes.
December 3, 2020 — Sometimes, there might be a case where you would want some of the code that lies outside of the transaction to be executed only when the corresponding transaction commits successfully and if in any case, it’s a rollback, that code shouldn’t be executed.
November 25, 2020 — Laravel keeps getting better on each of its major releases. But sometimes, it’s the minor and patch releases that take the cake by introducing some lesser-noticed features.
November 23, 2020 — As the official release date (26th November 2020) of PHP’s latest and greatest version PHP 8 is approaching, let’s take a look at every new feature and improvement that the PHP team has managed to fit in this version.