Jasminkumar Borad

Jasminkumar Borad

I'm a full-stack developer, enterpreneur and owner of webstuffsolution.com. I live in india and i like to write tutorial and tips that can help to other user. I like to share various programming language tips and solution. I believe in hardworking and consistency.

Remove Comma from String in JQuery

remove comma from string in jquery

In this tutorial explain of remove comma from string in jquery. we require to remove comma,semicolon,colon etc from string in jquery code. you can easily remove comma using js replace(). Jquery replace() use we can easily replace comma into empty…

Eloquent Laravel Where Query Examples

where query

In this tutorial will give you simple example of where query in laravel query.This tutorial will give you simple example of where query in laravel.where query use of laravel 6, laravel 7, laravel 8, laravel 9 and laravel 10. I…

How to Change Password in Laravel

how to change password in laravel

Hi, In this tutorial we will learn to how to change password  in laravel command with checking old password in laravel application. we will explain to how to change-password in laravel.we will do old password verification using custom validation rule…

How to Create Seeder in Laravel

how to create seeder in laravel

Here, I will explain you how to create seeder in laravel.You can easily understand  a concept of laravel seeder example. you will learn laravel Create Seeder database example. you have question what is seeder and how to create seeder in…

How to use Soft Delete in Laravel

how to use soft delete in laravel

I will explain you step by step implementation of how to use soft delete in laravel project. you have to of SoftDeletes for backup  in laravel. This tutorial provides an example of how to use SoftDeletes in laravel.An example shows…