Demo Post


AngularJS - How to Create Read More/Less Toggle using Directive?

AngularJS - How to Create Read More/Less Toggle using Directive?

Sometimes, We may require to make to show read more and read less functionality in our AngularJS application. We can make read more using AngularJS Directive. So, In this example i going to give you full example of read more text example. I used "dd-text-collapse" Directive for after some text it w.....

By Hardik Savani | November 16, 2016 | Category : Bootstrap jQuery Angular

Laravel Instagram API Tutorial Example

Laravel Instagram API Tutorial Example

Today, I am going to show you how to access Instagram Feed using instagram API. We can get our instagram feed without using any composer package, I simply use GuzzleHttp for getting instagram feed, We can also get location, likes, comments, images, name, id and etc. GuzzleHttp provide use fire get .....

By Hardik Savani | November 21, 2016 | Category : Laravel Bootstrap Instagram API


PHP Import Excel File into MySQL Database Tutorial

PHP Import Excel File into MySQL Database Tutorial

In this post, i going to explain how to import excel file into mysql database using PHP. In this post i will give you full example of csv file, ods file, xls file, xlsx file import into database using phpexcel package. We always require to add data from admin panel like products, items, users, emai.....

By Hardik Savani | November 27, 2016 | Category : PHP Bootstrap MySql

Multiple File Upload using Dropzone JS in PHP Example

Multiple File Upload using Dropzone JS in PHP Example

We always require to make multiple file or image uploading function in our common website or project. We use input with multiple with image upload but it's not looks great and user does not like pretty much, so you should make it better. Image uploads is very common for all website, But if you are w.....

By Hardik Savani | December 5, 2016 | Category : PHP

Laravel 5 - Implementing datatables tutorial using yajra package

Laravel 5 - Implementing datatables tutorial using yajra package

Today, I am going to share with you How to use datatables in your laravel 5 application. In this example you can datatables using yajra/laravel-datatables-oracle package. Datatables provides us quick search, pagination, ordering, sorting and etc. Datatables is basically jQuery plugins that allows y.....

By Hardik Savani | December 5, 2016 | Category : PHP Laravel Bootstrap

PHP Behance API Tutorial with Example

PHP Behance API Tutorial with Example

Today, i am going to share with you how to use behance api in php project. In this article i will explain how to get projects from behance website using their api in your php website or any framework application like laravel, yii2, codeigniter etc. Behance is a networking website and it is very pop.....

By Hardik Savani | December 9, 2016 | Category : PHP Bootstrap Behance API

AngularJS Scroll to a Specific Element using Anchorscroll

AngularJS Scroll to a Specific Element using Anchorscroll

Sometimes, we require to scroll on specific element or div on angularjs application like scroll for go on specific comment, scroll on specific table row it. However we can do it using anchorscroll in angularjs application. anchorscroll() will help to scroll on specific "anchor" div id. anchorscroll.....

By Hardik Savani | December 15, 2016 | Category : Bootstrap jQuery Angular

How to Get Number of Twitter Followers Count without API?

How to Get Number of Twitter Followers Count without API?

In this post i going to share with you How to get total twitter followers count from twitter username without api authentication or token. Yesterday i was working on my laravel 5 application and i require to get count total twitter followers from username. I did search a lot but i nothing get good .....

By Hardik Savani | December 16, 2016 | Category : jQuery

How to Get Instagram Followers Count using JQuery?

How to Get Instagram Followers Count using JQuery?

Today, I am going to share with you how to retrieve number of followers, media, followed by you, username, profile picture, fullname etc by using jquery ajax. You can simply get count in your PHP Project or any php framework also like laravel, codeigniter, symfony etc. When i was working on my php .....

By Hardik Savani | December 19, 2016 | Category : jQuery

PHP MySQL Highcharts Chart Example

PHP MySQL Highcharts Chart Example

Hello Artisan, In this tutorial, we will go over the demonstration of php highcharts mysql example. you can understand a concept of highcharts php dynamic data. I would like to show you highcharts json data example. We will look at an example of highcharts column chart series php example. Alright, l.....

By Hardik Savani | December 20, 2016 | Category : PHP Bootstrap MySql JSON Highcharts