Latest Posts

Laravel Generate PDF from HTML View File and Download Example

Normally, if we work on big ERP level project on laravel, we require to generate PDF file for data from database table. In this tutorial i give you very simple way to create pdf file and give to downl.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Remove Duplicate Values from Array in PHP?

It is pretty simple to delete duplicate values from PHP Array. But sometimes we confuse for how can we remove. But PHP provide pre-define function array_unique that can help to remove duplicate values.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Last Record from Database in Laravel?

Hey Guys, In this tutorial, I will show you how to get last record in laravel query. you will learn how to get last record in laravel. we will help you to give an example of how to get latest created .....
By Hardik Savani May 5, 2021 Category : Laravel

Bootstrap Color Picker using Mjolnic Colorpicker Example

In this post i give you example of how to set simple Bootstrap color picker using mjolnic plugin. We don't use often color picker but maybe we require sometimes. So, if you used bootstrap then you hav.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel - How to Convert File(image, audio, video) Extension using CloudConvert?

We may sometimes require to convert file extension like if you have video type mov or flv or 3gp etc and you should have to convert it into mp4, OR if you have image type png, jpeg, gif and require to.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Add Git Add Remote Origin on Bitbucket Repository?

when i was working on my laravel project with my friend. both are working on same project, when i changed on many files, he don't know and he changed name of repository on bitbucket and i couldn't pus.....
By Hardik Savani May 5, 2021 Category : Laravel

JQuery Hide and Show Password using Eye Icon Example

Hey Dev, Here, I will show you jquery password hide show eye icon. we will help you to give an example of show/hide password eye icon html jquery. We will look at an example of hide/show password usin.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Tokenmismatchexception in Verifycsrftoken.php - Solved

When i had started to learn laravel, i found error - tokenmismatchexception in verifycsrftoken.php when submit form POST method. I was new i can't understand what is the error. but i read docs and sea.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 5 Autocomplete using Bootstrap Typeahead JS Example with Demo

Autocomplete is must if you are dealing with big data table, like you have products table and thousands of records so it's not possible to give drop-down box, but it is better if we use Autocomplete i.....
By Hardik Savani May 5, 2021 Category : Laravel

JQuery Show Loading Gif Image While Load Image Example

Eager ImageLoader plugs give us lazy loading before image loads, in this example you can load your gif image that you want before main image load. In this example i use eager-image-loader plugin. As.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Pass Data to All Views using Composer Share in Laravel?

Hey Guys, In this tutorial, you will learn laravel global variable using composer. If you have a question about laravel global view variables then I will give a simple example with a solution. if you .....
By Hardik Savani May 5, 2021 Category : Laravel

How to Remove Key from Array in Laravel?

Sometimes, we require to delete specific key from array like we have password and confirm-password field but we don't require to store confirm-password field we have to drop that key from input array,.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares