howto

How to reset WSL 2 user’s password?

You can easily reset WSL 2 users' password, by just following the following steps. Open PowerShell or Terminal run following…

2 months ago

How to add submenu or menu in any specific menu option in WordPress programmatically?

Menus in WordPress are highly versatile and can be easily modified to change in your website's structure. You can edit…

11 months ago

Define Private Methods/Functions in Python Class.

Python is very powerful and famous language, which allow us to write code as per object orientated programming (OOP) concepts.…

2 years ago

How to use whereHas() and with() in laravel 8?

Laravel is very famous and widely used PHP Framework. Nowadays, I am doing development in Laravel 8 along with other…

2 years ago

How to fix about_Execution_Policies error in Windows PowerShell?

I was working on a Vue Js project on my windows laptop, and while running commands in Windows Powershell, I…

3 years ago

Using Laravel translations in Javascript with the Laravel Translations Loader

Have you ever wanted to use the same Laravel translations you use on the back-end in your front-end code, like…

3 years ago

How to override login redirects in Jetstream or Fortify

In this tutorial, learn how to override login redirects in Laravel Jetstream and Laravel Fortify The post How to override…

3 years ago

Keep Logs Tidy With the Log Cleaner Package for Laravel

Laravel Log Cleaner is a package by Joost van Veen for keeping your log files small and tidy. The post…

3 years ago

Take the Guesswork out of Performance Monitoring

Scout APM is an application performance monitoring add-on solution that examines your Laravel app behavior. Scout helps your business detect…

3 years ago

Trackable Jobs for Laravel

Trackable Jobs for Laravel is a package by Mateus Junges that allows you to track Laravel jobs in your database…

3 years ago