Get "PHP 8 in a Nuthshell" (Now with PHP 8.4)
Amit Merchant

Amit Merchant Verified ($30/year for the domain)

A blog on PHP, JavaScript, and more

  • Articles
  • Snippets
  • Projects
  • Uses
  • Stats
  • About
  • Search
Laravel PHP JavaScript Git React

Monitor a Laravel App with Scout APM (Sponsor)

December 15, 2020 — There is no denying the popularity of PHP. It has been a constant force in the web development world since its release in 1995. And now, thanks to Laravel, it is still going as strong as ever!

Read More Laravel

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.

Read More Laravel

Implementing pinned posts in Jekyll

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.

Read More Jekyll

Get up and running with Laravel blazing fast using Sail

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.

Read More Laravel

Make PHPUnit test reports more detailed using TestDox

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.

Read More PHPUnit

Run or exclude certain tests in PHPUnit

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.

Read More PHPUnit

The get_class() alternative in PHP 8

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.

Read More PHP

Execute code outside of transaction only when it commits in Laravel 8.x

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.

Read More Laravel

Artisan command to connect to the database in CLI in Laravel 8.x

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.

Read More Laravel

Why you should always commit the composer.lock file

November 24, 2020 — When you install packages through Composer, it will parse the composer.json of your project and try to install all the dependencies listed in it under require and require-dev keys.

Read More Composer
Previous 1 ... 51 52 53 ... 76 Next

Download my eBook

NOW AVAILABLE PHP 8.4

Newsletter

Subscribe

Follow me everywhere

My Tiny YouTube Channel ➔ YouTube Icon

Recently Published

  • The new if() function in CSS has landed in the latest Chrome NEW

  • The pipe operator is coming to PHP 8.5

  • The absolute fastest way to install PHP on your system in 2025

  • Two new array methods are coming in PHP 8.5 — array_first() and array_last()

  • Memoizing the cache in Laravel

Top Categories

Laravel PHP JavaScript Miscellaneous CSS VS Code Git React Tools ➔
Home About Contact Categories Links Guestbook
Previous page Next page
Amit Merchant
About Contact Archive Tips Guestbook
One of my favorite flowers from Himalayas—Rhododendron
Copyright © 2025 — Amit Merchant