Amit Merchant

Amit Merchant

A blog on PHP, JavaScript, and more

  • Articles
  • Projects
  • Uses
  • Art
  • About
  • Ctrl K
  • Search
Laravel PHP JavaScript Git React

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

Exciting new features and improvements in PHP 8

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.

Read More ⟶ ⋆ PHP

Throttling submission of form in Laravel

November 22, 2020 — You might face a scenario where you’d want to restrict a user from submitting a form within a certain time limit. i.e to prevent spamming by users.

Read More ⟶ ⋆ Laravel

Monitor logs in Laravel Telescope in production environment

November 18, 2020 — The Laravel Telescope package is great for debugging your application when you’re working on your application in the local environment. It provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and various other things in this beautiful interface.

Read More ⟶ ⋆ Laravel
« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 Next »

Download my eBook

PHP 8 in a Nutshell

Newsletter

By subscribing, you agree with Revue’s Terms of Service and Privacy Policy.

Follow me everywhere

My Tiny YouTube Channel ⟶ YouTube Icon

Recently Published

  • Check which Composer dependencies requires PHP 8 or 8.1 NEW

  • Capturing images and videos from the camera of mobile devices using HTML

  • Making glowing focus state for text input using CSS

  • Accessing Laravel documentation from the terminal

  • Finding security vulnerabilities in packages using Composer Audit command

Top Categories

Laravel PHP JavaScript Miscellaneous CSS React Git Jekyll VS Code ➔
Home About Contact Categories Guestbook
Previous page Next page
Amit Merchant
About Contact Categories Guestbook
Copyright © 2022 — Amit Merchant