Demo Post


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 and it's consider to all developer requirement. But if you are work on big ERP or Project then you ne.....

By Hardik Savani | July 4, 2016 | 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 plugin for tooltip. If you don't more about this plugin then no worry it is from scratch. In this.....

By Hardik Savani | July 5, 2016 | Category : Bootstrap Angular


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 that way we can make datepicker into year picker for us. In this example i give you how can you get ye.....

By Hardik Savani | July 7, 2016 | Category : Bootstrap

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 example we will use dirPagination directive to add paginate. Pagination Directive provide us very s.....

By Hardik Savani | July 7, 2016 | Category : Bootstrap Angular

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 you can see bellow preview that before image load. so first you have to give path of gif image "./u.....

By Hardik Savani | July 8, 2016 | Category : Javascript jQuery

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 instead of select box. In this example i use Bootstrap Typeahead JS plugin for auto-complete, Typeah.....

By Hardik Savani | July 9, 2016 | Category : Laravel Bootstrap Typeahead JS

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 using eye icon in html and jquery. I explained simply step by step how to show and hide password when cl.....

By Hardik Savani | July 11, 2016 | Category : jQuery

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 have to choose Bootstrap color picker for select color. mjolnic Bootstrap colorpicker provide several .....

By Hardik Savani | July 14, 2016 | Category : Bootstrap

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 alert. SweetAlert Plugin provide a different types of animated alert like for info, primary, success, .....

By Hardik Savani | July 18, 2016 | Category : Bootstrap jQuery

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. In this post we will implement geo chart with country and it's total users. lavacharts advantage is.....

By Hardik Savani | July 19, 2016 | Category : Laravel