ItSolutionStuff.com

Demo Posts

Laravel 5.2 - User ACL Roles and Permissions with Middleware using entrust from Scratch Tutorial

Laravel 5.2 - User ACL Roles and Permissions with Middleware using entrust from Scratch Tutorial

Laravel 5 provides authentication to us but that it simple to get user register, login, logout, and reset password and run quickly and easily. Laravel 5 give you simple authentication and it's fast an.....

By Hardik Savani May 5, 2021 Category: Laravel
AngularJS Tooltip using UI Bootstrap tpls HTML Example

AngularJS Tooltip using UI Bootstrap tpls HTML Example

We are mostly use tooltip when the user hovers his cursor over a specific element purpose. In this post we going to create tooltip when cursor hovers on button, in this example i use ui-bootstrap-tpls.....

By Hardik Savani May 5, 2021 Category: Laravel
Bootstrap Year Picker using Datepicker JS Example

Bootstrap Year Picker using Datepicker JS Example

Generally we are use datepicker with dd-mm-yyyy format but sometimes we require to get only year, i mean select only year at that time we need to use datepicker option like format, minViewMode etc tha.....

By Hardik Savani May 5, 2021 Category: Laravel
AngularJS Pagination using dirPagination Directive Example

AngularJS Pagination using dirPagination Directive Example

Angularjs Pagination is not simple like laravel, code php etc, because we have to manage it with JS. In this tutorial i give you to build simple way pagination in your angularjs application. In this.....

By Hardik Savani May 5, 2021 Category: Laravel
JQuery Show Loading Gif Image While Load Image Example

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
Laravel 5 Autocomplete using Bootstrap Typeahead JS Example with Demo

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 Hide and Show Password using Eye Icon Example

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
Bootstrap Color Picker using Mjolnic Colorpicker Example

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
Bootstrap Fancy Alert Box using SweetAlert Example

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 GEO Chart using Lavacharts Example

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