ItSolutionStuff.com

Latest Posts

How to Render HTML Value in Ng-repeat in AngularJS?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 5.4 - Send Email using Markdown Mailables Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 5.4 New Feature - Add New Components & Slots in Blade Template

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 5.4 New Feature - Add Eloquent WhereKey Method Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Tags Input with Autocomplete using jQuery and PHP Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel Dynamic Autocomplete Search using Select2 JS Ajax - Part 1

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 .....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel Dynamic Autocomplete Search using Select2 JS Ajax - Part 2

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.....

By Hardik Savani May 5, 2021 Category: Laravel
IOS 7 Style Switches for Checkboxes using Switchery JS

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Get Country City Address from IP Address in Laravel?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel - Dynamic Dependant Select Box using JQuery Ajax Example - Part 1

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 .....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel - Dynamic Dependant Select Box using JQuery Ajax Example - Part 2

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel Join Query with Comma Separated Column Example

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 .....

By Hardik Savani May 5, 2021 Category: Laravel
Popular Posts