VS Code Inline Suggestions
By default, VS Code shows code suggestions in a widget. But if you want them to be shown inline, there is a new option just… Read More »VS Code Inline Suggestions
Second most tallest chap in the neighbourhood. Sometimes my sense of humor causes abdominal pain. I am not yet famous for something.
By default, VS Code shows code suggestions in a widget. But if you want them to be shown inline, there is a new option just… Read More »VS Code Inline Suggestions
If you’re reading this it means you already know what XAMPP is and how to use it. You also know that there isn’t an out-of-the-box… Read More »Run Multiple PHP Versions in XAMPP
By default, VS Code doesn’t have the Auto Save option turned on. However, it’s very easy to turn on Auto Save. Turn ON Auto… Read More »VS Code Auto Save – Turn it ON
The desktop version of VS Code has a new feature that pops a confirmation dialog before quitting the app. This feature however has been available… Read More »VS Code Confirm Before Quit
In this post, we’re going to find out what is a Single Action Controller, how to create one, and what are the pros and cons… Read More »Single Action Controller in Laravel
VS Code introduced a new cool feature that allows you to set up the terminal to auto-reply when a prompt is received. Here I have… Read More »VS Code Terminal Automatic Replies
Let’s find out how to set up Eloquent Models to use UUIDs are Primary Key in a MySQL database, instead of auto-incrementing integers. I won’t… Read More »Laravel Use UUID in Eloquent Models
In this post, we’re going to implement the Repository design pattern in a Laravel application. If you’re coming from the Symfony world or any other… Read More »How to Use Repository Design Pattern in Under 3 Minutes
VS Code’s latest update introduced a new command to surround a piece of code with a snippet. It’s easy, fast, and may speed up your… Read More »VS Code Surround With Snippet
We’re going to have a look, in just a few steps, at how to seed the database with data that come from a JSON file… Read More »Seed Database From JSON File in Laravel