VS Code Import Class PHP
By default, VS Code doesn’t have the option to import PHP Classes. To achieve this, we have to use an extension. Let’s open the Extensions panel by pressing down CTRL + SHIFT +...
By default, VS Code doesn’t have the option to import PHP Classes. To achieve this, we have to use an extension. Let’s open the Extensions panel by pressing down CTRL + SHIFT +...
In this post, we’re going to have a look at a simple way of preventing sending e-mails to real customers from our local or staging environment with the help of alwaysTo() method. Let’s picture...
In this post, we’ll discuss how to review your code and why you should get into the habit of doing that. But before we begin, I’d like to briefly point out what is a...
Let’s quickly have a look at how we can easily change the size of the horizontal and vertical editor scrollbars. Open the Settings window by pressing down CTRL + , (comma) or...
Let’s talk about rubber duck debugging. In this post, we’re going to find out: what is rubber duck debugging how it can help you become a better programmer and how to implement this technique...
This is a special post! A few days ago Neutron Dev YouTube channel reached 100 subscribers 🎉 It ain’t much but it’s honest work! To me, this milestone is a huge deal, not only...
In this post, we’re gonna be looking at how to enable and disable debug mode in Laravel. Debug mode provides you with detailed error messages, stack traces and other useful information that you need...
Let’s quickly have a look at how we can easily zoom in and zoom out in VS code. By default, VS Code allows you to: Zoom In CTRL + Zoom Out CTRL – Reset...
In this post, we’re gonna be looking at how to create custom helper functions that can be globally used, meaning they can be called on both back-end such as Controllers and Services and front-end...
If you’re working with a lot of nested code, sometimes it’s hard to identify matching brackets, braces, or parentheses. The good news is that VS Code now allows you to color the bracket pair...