Latest Posts

How to Get Current URL in Laravel?

Hey Friends, This article is focused on how to get current url in laravel controller. you can understand a concept of how to get current url in laravel blade. step by step explain how to get current u.....
By Hardik Savani May 5, 2021 Category : Laravel

JQuery Tooltip Example using JQuery UI Plugin

Jquery UI is a lots of collection of GUI widgets like datepicker, tab, timepicker, colorpicker etc. Jquery UI also provide tooltip GUI widget that way we can set text and display when hover on specifi.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel GEO Chart using Lavacharts Example

Today, i going to give you example of how to add geochart in your laravel 5 application using lavacharts package. Normally we used geochart on back-end for check users country wise with graphical way......
By Hardik Savani May 5, 2021 Category : Laravel

How to Get File Size from Storage in Laravel?

We sometimes require to get file size from path in laravel, so if you need to get file size from url then no worry and you can get using File facade. File facade provide several function that way we c.....
By Hardik Savani May 5, 2021 Category : Laravel

Bootstrap Fancy Alert Box using SweetAlert Example

We always require to give alert box when something success, warning, info etc. we always use alert() of jquery function, If you used twitter bootstrap then you can use SweetAlert Plugin with fancy ale.....
By Hardik Savani May 5, 2021 Category : Laravel

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
Shares