Latest Posts

PHP MySQL DataTables Server-side Processing Example

Today, i am going to share with you how to use jQuery datatable plugin in php mysql project. i will also describe small example of data table with server side scripting, here i will use PHP and MySQL .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel CURL Request Example using Ixudra/curl

If you know about php curl then you can simply run get, post request and get data from url. php curl is very interesting things. if you know and use in with php then you have to do curl_ini(), curl_se.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Change Date Format in JQuery?

sometime, we may need to change date format mm/dd/yyyy, mm-dd-yyyy, DD-MM-YYYY, yyyy-mm-dd etc in jquery then you can do it using moment jquery library. here i will give you very simple example that w.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Create Word Document File using phpoffice/phpword package

Today, i am going to share with you how to generate docx file using phpword in laravel 5 application. After read this tutorial you can understand how to use phpword with laravel 5, laravel 6, laravel .....
By Hardik Savani May 5, 2021 Category : Laravel

How to Delete Multiple Records using Checkbox in Laravel?

It's almost need to give feature for remove multiple records using checkbox, if you are developing e-commerce application or any big web application then you must give feature to delete multiple recor.....
By Hardik Savani May 5, 2021 Category : Laravel

PHP MySQL Contact US Form with Validation Example

Today, i am going to share with you how to create custom contact form in PHP and store in mysql database. You can simply create enquiry form or feedback form with validation using bootstrap design. C.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Use Sweetalert Message Box in Laravel?

In this article, we will learn how to implement sweetalert in laravel 5 application. Here i am going to use uxweb/sweet-alert package for Sweet Alert Messages in laravel application. we can simply use.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 5 email verification with activation code example

Email verification is a very basic and important part of secure laravel 5 application. In this tutorial i will let you know how to adding email verify step by step using jrean/laravel-user-verificatio.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Login with Username or Email Example

Today, we will learn how to allow login with username or email in laravel 5 application. If you see on some website, they allow email or username both for login or email, username, mobile no, id etc. .....
By Hardik Savani May 5, 2021 Category : Laravel

How to Add Custom Validation for Image File Upload in Summernote?

Todays, Summernote WYSIWYG editor is a very simple and super fast bootstrap editor. Summernote WYSIWYG editor is a javascript library and it's provide to use their tools for file upload, text bold, co.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Confirmation Before Delete Record from Database

Hi Guys, In this post we will learn how to open confirm model box before deleting item in laravel 5 application. As we know very well delete operation is very command and basic feature of every web ap.....
By Hardik Savani May 5, 2021 Category : Laravel

PHP Ajax Inline Editing using X-editable Bootstrap JS Example

X-editable is jquery powerful plugin and it's allows you to create editable elements on your page using jquery ajax. X-editable library you can use with only bootstrap, jquery-ui and jquery. X-editabl.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares