ItSolutionStuff.com

Latest Posts

How to Use Sweet Alert for Delete Confirm in Codeigniter?

How to Use Sweet Alert for Delete Confirm in Codeigniter?

In this example, i will share with you how to use sweetalert as confirmation box in codeigniter 3 application. we will use sweet alert before delete in codeigniter. we will use delete event with ajax,.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 5.8 Email Verification Example

Laravel 5.8 Email Verification Example

In this tutorial, i will share with you how to setup register user email verification in laravel 5.8. new user must be verify email address before logic in laravel 5.8. we will send activation code on.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Disable F5 Refresh Button using JQuery?

How to Disable F5 Refresh Button using JQuery?

In this post, we will learn how to prevent or disable f5 refresh in javascript. sometime we does not want to browser refresh using f5 button for our web page. so you can disable f5 key in jquery. we c.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel Add Watermark on Image Example

Laravel Add Watermark on Image Example

In this tutorial, i will share with you how to adding watermark to image in laravel 5.8 application. we will add watermark to images using intervention image composer package in laravel 5. we can add .....

By Hardik Savani May 5, 2021 Category: Laravel
Add Edit Delete Table Row Example using JQuery

Add Edit Delete Table Row Example using JQuery

In this post, i want to share with ou how to add edit and delete rows of a html table with javascript or jquery. i will create very simple example of add new table row using jquery, edit html table ro.....

By Hardik Savani May 5, 2021 Category: Laravel
How to create 404 error page in Laravel 5.8?

How to create 404 error page in Laravel 5.8?

In this tutorial, i want to show you how to create custom error page in laravel 5.8 application. you can create 404, 403, 500, 419, 255, 405 etc pages in laravel 5.8. Normally, if you set debug false.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Disable Browser Back Button using JQuery?

How to Disable Browser Back Button using JQuery?

How can we disable browser forward and back button using jquery or javascript that is lead topic. we can use window.history.pushState for restrict back button of browser in jquery. we can disable back.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Detect Devices is Mobile or Desktop in Laravel?

How to Detect Devices is Mobile or Desktop in Laravel?

Few days ago i need to detect devices access from mobile, desktop or tablet in laravel 5 app. i find out jessenger agent package for detection of mobile or desktop in laravel 5.8. we can easily check .....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 5.8 Datatables Tutorial

Laravel 5.8 Datatables Tutorial

In this tutorial, i will share with you how to install and use datatables in laravel 5.8 application. we will use datatables laravel datatables plugin. we will write step be step tutorial for laravel .....

By Hardik Savani May 5, 2021 Category: Laravel
Ajax Pagination with Laravel 5.8 Tutorial

Ajax Pagination with Laravel 5.8 Tutorial

Laravel 5.8 ajax pagination example is our leading topic. i will share simple example of jquery ajax pagination in laravel 5.8 application. than you can easily implement search, sorting and also pass .....

By Hardik Savani May 5, 2021 Category: Laravel
How to Generate Random String in Javascript?

How to Generate Random String in Javascript?

In this example, i will show you how to generate random string or characters in javascript. We can simply generate random alphanumeric string for token or etc in jquery. As we know jquery or javasc.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 5.8 Ajax CRUD tutorial using Datatable JS

Laravel 5.8 Ajax CRUD tutorial using Datatable JS

In this tutorial, i want to share with you create jquery ajax crud operations application using datatable js, modals in laravel 5.8. we will create insert update delete records with modal and paginati.....

By Hardik Savani May 5, 2021 Category: Laravel