How to override Js file in the child theme?

3 years ago

Actually there are two things about overriding js files into the child theme or we can say it WordPress override…

Connect SFTP with key file (pem or ppk) on filezilla – linux ubuntu 20.04

3 years ago

How to connect SFTP with key file on filezilla? I have learnt a new thing, and here I am to…

Laravel 7.x, 8.x – Stripe connect with Laravel cashier for multi vendor

3 years ago

While we are using Laravel 7.x we still don’t have stripe connect feature with laravel cashier-stripe for multi vendor. This…

Laravel – Unique validation among non-deleted items with soft delete

3 years ago

Hey, dude, if you wanna know about laravel unique validation with soft delete then you are at the right place.…

Compare two model objects in Laravel 5.3 or later

3 years ago

If you want to know that if $user === $current_user then you can compare two model objects in laravel 5.3…

Bootstrap or any js Datepicker with Laravel – Livewire [Solved]

3 years ago

How to use bootstrap-datepicker with Laravel Livewire? Because it is not able to update the livewire model when date is…

Ionic 5 image zoom on the modal, allow pinch to zoom – Example

3 years ago

Hey buddy, a few days ago I implemented an ionic 5 image zoom on the modal. Actually I was working…

Ionic 5 image slider with example

3 years ago

Today we will learn about ionic image slider with example. I will try to explain every important aspect of Ion-slides.…

Laravel 8 Stripe card management

3 years ago

Laravel stripe card management is the process to manage stripe payment methods from laravel dashboard only. Today we will learn…

Laravel redirects 7, 8 – with Examples

3 years ago

Today we are going to learn all about Laravel redirects with parameters. Now, we have a simple global helper function…