Improved dd() and dump() output in Laravel 9.32+
With the release of Laravel 9.32, dd() and dump() functions’ output has been improved. They are now showing the source file and the… Read More »Improved dd() and dump() output in Laravel 9.32+
Second most tallest chap in the neighbourhood. Sometimes my sense of humor causes abdominal pain. I am not yet famous for something.
With the release of Laravel 9.32, dd() and dump() functions’ output has been improved. They are now showing the source file and the… Read More »Improved dd() and dump() output in Laravel 9.32+
With the release of Laravel 9.32, the Benchmark helper was introduced. The measure() static method takes in a Closure and outputs the execution time… Read More »How to Benchmark Your Code in Laravel 9.32+
Today I’d like to share with you the Indent-Rainbow extension. This extension colorizes the indentation in front of your text, making it more readable.… Read More »VS Code Indent Rainbow Extension
Let’s look at how we can add custom headers to HTTP responses in a Laravel application. Create a Middleware One good solution, in this… Read More »Set Custom Headers to HTTP Responses in Laravel
Today I’d like to introduce you to sticky scrolling, a new helpful feature in VS Code. This feature lets you know in which scope you’re… Read More »VS Code Sticky Scroll
Rainbow CSV extension will make your life easier if you’re working with CSV and TSV files. Highlight in different colors By default, if you open… Read More »VS Code Rainbow CSV Extension
In this post, you’ll learn how to create and use a custom domain name (i.e. example.com) instead of localhost in XAMPP. Let’s get started! Map… Read More »Use Custom Domain Instead of Localhost in XAMPP
If you don’t want to be disturbed by notifications pop-ups that are not errors, Visual Studio Code now has the Do Not Disturb option. … Read More »VS Code Turn OFF Notifications (Do Not Disturb)
We’ll walk through 3 methods you can use to fix the “Error: MySQL shutdown unexpectedly” error in XAMPP. Run XAMPP as Administrator Sometimes XAMPP throws… Read More »How to Fix Error: MySQL Shutdown Unexpectedly (3 Ways)
Visual Studio Code introduced a new feature that allows you to drag & drop files and images into a Markdown (.MD) file in order to… Read More »VS Code Drag & Drop Files to Markdown to Create Links