Press ESC to close

Manoj Bist
Native CSS Nesting: A Step Towards Cleaner Code

For years, CSS developers have relied on preprocessors like Sass and Less to achieve nested styles. This technique groups related…

Technology

Multiple Php Versions in Windows

How to add Multiple Php versions in Windows If you are working on a PHP project and using a local server like xampp in Windows and suddenly you came to know that you need the latest PHP version installed on your xampp server. But the problem here is xampp provides no easy steps to install the PHP version. You have to go through renaming, moving, and configuring a new installation or have to install a completely different xampp. Or the case can be, you want multiple PHP versions installed on your machine because your project A requires PHP version 5…

1 Best Livewire Delete Confirmation Component – Livewire Actions

Hello again, Today came to share a very interesting livewire component that is the Livewire Delete Confirmation dialog. I have been searching for Confirm Action in livewire on google…

1 Best Toggle Switch Button – Livewire Component

  The Toggle Switch, a fancy HTML design that replaces the traditional radio buttons. The toggle switch is mostly used to toggle boolean values.  The toggle switch can be…

2 Best Proven ways to get Instagram Likes in 2023

If you are influencer, digital marketer or digital content creator, a model whatever profession you are in if that involves you in digital world, social media plays an important…

Codeigniter 4 Cart Library

Codeigniter 4 Cart Library Codeigniter 4 has dropped support for its Cart library, which was included in Codeigniter's old version. Codeigniter Cart Library is not out of box library,…

Create Trait in Laravel 7

TraitsTraits are a mechanism for code reuse in single inheritance languages such as PHP. A Trait is intended to reduce some limitations of single inheritance by enabling a developer…

Custom Filter in Yajra DataTable

How to add custom filter in Yajra DataTable Laravel Yajra Datatable package is a Php version of jQuery DataTable that makes it easier for handling server-side work but JavaScript…