how to check laravel version

How to Check Laravel Version of Your App

Let’s have a look at several ways you can check and get the Laravel version your app is using. Check Laravel version via CLI Check Laravel version via PHP Using Application::VERSION is faster because...

vs code ident rainbow extension

VS Code Indent Rainbow Extension

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. ๐ŸŒˆ It’s especially helpful if you’re working with Python...

vs code sticky scroll

VS Code Sticky Scroll

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 currently scrolling. It currently supports Classes, constructors, methods, Interfaces,...

vs code rainbow csv

VS Code Rainbow CSV Extension

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 a CSV file it looks like plain text which...

xampp custom domain

Use Custom Domain Instead of Localhost in XAMPP

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 the custom domain to localhost Runย Notepad as administrator and...