Latest Posts

Laravel - Multiple Images Uploading using dropzone.js Example

We always have to do image uploading in our laravel application, In this post i give you example code of how to upload multiple images using dropzone.js in laravel 6, laravel 7, laravel 8, laravel 9, .....
By Hardik Savani May 5, 2021 Category : Laravel

JQuery Accordion using JQuery UI Example

Today, i am going to give you simple example code of accordion usign jquery ui. Sometimes we need to add quick without bootstrap and other jquery plugin. So, you can learn how to add simple jquery ac.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Toastr JS Notification Message Popup Example

In this post, i would like show you how to add toastr js plugin notification popup in laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 from scratch. toastr plugin provide us succe.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Disable Right Click Menu using JQuery?

Today, i am going to tell you how to disable mouse right click on div. this example thought you can learn how to disable right click on page or image or any html tag. jquery provide contextmenu event.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Current URL with Parameters in Laravel?

We sometimes require to get full url path with query string parameters that way we can perform on it. So we can get current url with also all parameter using several method of laravel 6, laravel 7, la.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Current Month Records in Laravel?

In this post, i give you example query of how to fetch current month records from table using Laravel query builder. We sometimes require to get records that created on current month. we can get cur.....
By Hardik Savani May 5, 2021 Category : Laravel

PHP Crop Image Before Upload using Croppie JS Example

we mostly need to crop image before upload and as specially when we save image for user profile or etc. In this post i tell you how to crop image and save using jquery ajax. In this example i use cro.....
By Hardik Savani May 5, 2021 Category : Laravel

PHP JQuery Select2 Ajax Autocomplete Example

Jquery select2 plugin is a very famous jquery plugin, using select2 plugin we can do several thing like select box with search, select option with check box, ajax auto-complete etc. We normally requi.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Line Chart using Google Charts API Example

In now-days, Google have several popular API like map, chart, analytics etc. Google charts JS API is also very popular and it is pretty simple to integrate with our application or projects. In this po.....
By Hardik Savani May 5, 2021 Category : Laravel

Bootstrap Animated Progress Bar using Bootstrap-progressbar JS

In this post i give you example of how to use animated progress bar in bootstrap framework. there are several plugin available for progress bar bootstrap, but bootstrap-progressbar.js plugin is pretty.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Current URL in Codeigniter?

Sometimes, we need to get current URL path in your controller file or view file. So, we can get simply using "url" helper. Codeigniter provide url helper library that way we can get existing page url .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel AJAX CRUD Tutorial Example

Hello, Now, let's see post of laravel crud with modals & ajax. I would like to show you laravel ajax crud example. I explained simply about laravel ajax crud example tutorial. This post will give you .....
By Hardik Savani May 5, 2021 Category : Laravel
Shares