In this post, we are going to know how to make event calendar in Laravel 5 application. Nowadays most of the website will like to show our plan, holidays, schedule, events, tasks etc on a calendar that means we can…
In this post, we are going to know about Server Side Datatable using Laravel 5. Data Table is one of the most important plugins in jQuery Library. It provides the lot of user-friendly functionalities like sort, pagination, and searches etc…
In this post, we are going to learn about how to Import and Export Excel and CSV using Laravel 5 Using maatwebsite. Here I give a tutorial for import data from Excel & CSV into a database and also exporting…
In this post, I’m going to share how to build REST API web services authentication in Laravel 5 application using API Passport package. Nowadays Web services are very necessary while we are creating Web and Mobile application developing for multiple…
.In this post, we are going to know how to Optimize website speed and performance of our application it will help us to improve or increase loading time twice. It is essential for each and every website or application to…
In this post, we are going to know image processing like resizing, thumbnails and creating a new image with required file format and size with an uploaded image using PHP. Here we going to use simple PHP code for image…
In this post, We are going to know how to do Drag and Drop Table Row Sorting with Ajax and PHP script without a refresh of the page. Using this function we can quickly sort or re-order table row data with…
In this article, we are going to know how to Import XML Data into Mysql Database table by using PHP code with Ajax. We all know XML stands for eXtensible Markup Language and it is used for to save and…
In this post, we are going to learn Ajax Live Data Search with a help of PHP, MySQLi and Ajax. In real-time most of the website and web applications providing content search option to make the application as most user-friendly….
In this post, we are going to learn How to submit form data to PHP script by using AngularJS. In modern web development, many of technology used to submit a form data to the server script. Nowadays AngularJS is one…