Bootstrap Form Validation using Validator.js Example
We always need to add validation on form like registration form, contact form, login form etc. we always prefer to give validation error after page refresh but you can give validation without page ref.....
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.....
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.....
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......
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.....
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.....
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.....
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.....
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 .....
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.....
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.....
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.....