How to Render HTML Value in Ng-repeat in AngularJS?
I always post small example of AngularJS function, In this example we learn how to render our HTML code in ng-repeat using trustashtml filter. Sometimes we have array or object of records with html v.....
Laravel 5.4 - Send Email using Markdown Mailables Example
Some days ago release Laravel 5.4 framework new version with new features and many upgrade. Laravel also provide documentation for Laravel 5.4 on their website. There are several update in Laravel 5.4.....
Laravel 5.4 New Feature - Add New Components & Slots in Blade Template
Some days ago release Laravel 5.4 new version with new features and many upgrade. Laravel also provide documentation for Laravel 5.4 on their website. There are several update in Laravel 5.4 like in c.....
Laravel 5.4 New Feature - Add Eloquent WhereKey Method Example
Yesterday release Laravel 5.4 new version with new features and many upgrade. Laravel also provide documentation for Laravel 5.4 on their website. There are several update in Laravel 5.4 like in colle.....
Tags Input with Autocomplete using jQuery and PHP Example
In this post i am going to give you the example of Add Multiple input tags with autocomplete from MySQL database table using typeahead bootstrap JS and tagmanager JS. Sometimes we require to make mul.....
Laravel Dynamic Autocomplete Search using Select2 JS Ajax - Part 1
Today, I am going to share with you how to make dynamic autocomplete select dropdown from database using select2.js plugin in our laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and .....
Laravel Dynamic Autocomplete Search using Select2 JS Ajax - Part 2
<br/> After complete 4 steps in our Part 1, we have to proceed next step from Part 2. In this part we write code for how to manage controller method and how to give response them. We also write code f.....
IOS 7 Style Switches for Checkboxes using Switchery JS
Switchery is a simple component that help us to make beautiful iOS 7 style switches for our checkbox. In this post we will see how to make ios 7 style switches animation using js plugin. If we make us.....
How to Get Country City Address from IP Address in Laravel?
Hello Friends, This article will provide some of the most important example laravel get country city and address from ip. In this article, we will implement a laravel get location from ip. you can und.....
Laravel - Dynamic Dependant Select Box using JQuery Ajax Example - Part 1
In this Tutorial, I am going to share with you how to make dynamic dependent dropdown box using Ajax like When i select category, then sub category select box value should be change. We can't do this .....
Laravel - Dynamic Dependant Select Box using JQuery Ajax Example - Part 2
<br/> After complete our fist part of Laravel 5 - Dynamic Dependant Select Box using JQuery Ajax Example, Now we have to do main task for Dynamic select box value. In this part we follow two step for.....
Laravel Join Query with Comma Separated Column Example
If we work in big application or project of Laravel Framework, sometimes we require to manage column value into comma separated because we can save memory of database. But if we store comma separated .....