Blog

Posted by | September 7, 2017
Why WordPress should use for your business? Top 9 Reasons.

It is Free and Open Source It Is Easy to Use Gorgeous Admin panel for non technical clients It Is Easy To Customize Customizing through Admin panel Customizing through codes...

Continue Reading
Posted by | September 6, 2017
WordPress Blog Website v/s Blogger Blog

Blogger is the blogging platform provided by Google. There are lots of ongoing arguments about which is better. Our view is that they simply suite different needs. Blogger is free,...

Continue Reading
Posted by | September 5, 2017
Laravel: Database Query Optimization.

Laravel comes up with Eloquent and enables developer to make complex queries with ease. This refrains developers from checking what actually happens behind the scene. But if we don't take...

Continue Reading
Posted by | September 4, 2017
Laravel: Boost performance on production

When we deploy laravel application on production, performace of an application becomes highest priority. Real users are going to use application and site may loose interest if it takes time...

Continue Reading
Posted by | September 1, 2017
Drupal – Composer as Dependency Manager

In this blog, We will outline use of composer as a dependency manger for Drupal modules and themes. Below command is used for downloading modules at the root folder of...

Continue Reading
Posted by | September 1, 2017
WordPress community Events and News now on your dashboard

Now we can track each news and events of WordPress community from our WordPress dashboard. WordPress community is vast and growing quickly. Considering this growth, WordPress integrated a widget "WordPress...

Continue Reading
Posted by | August 30, 2017
WordPress 4.8 – “Evans”

WordPress 4.8 was released just few months back. It was the first major WordPress release of 2017. In this article, we out-line useful features came in WordPress 4.8. Core Image Widget...

Continue Reading
Posted by | August 27, 2017
Laravel 5.5 – New Features – Part 2

php artisan migrate:fresh We all are familiar with refresh command. This will allow us rollback and re-run all migrations. This helps when we need to re-build database in development. Coming...

Continue Reading
Posted by | August 27, 2017
Laravel 5.5 – New Features – Part 1

vendor:publish gets provider prompt. Till now, Vendor:publish command publishes everything it finds including configs, views, migrations, and more. But from Laravel 5.5, when we run this command without any flag...

Continue Reading
Posted by | August 23, 2017
Laravel 5.5 – Package Auto Discovery

How we were doing Package installation in Laravel 5.4 Till Laravel 5.4, We were following standards steps to install and use package in Laravel Project. Install the package. Register the provider in...

Continue Reading