<ul id="menu-secondary-menu-1" class="amp-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308 "><a href="https://www.websourceblog.com/expertise/" class="dropdown-toggle" data-toggle="dropdown">Expertise – Full Stack Developer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178 "><a href="https://www.websourceblog.com/contact-us/" class="dropdown-toggle" data-toggle="dropdown">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1580 "><a href="https://www.websourceblog.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">Privacy Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1606 link-menu"><a href="#"on="tap:AMP.setState({ offcanvas_menu: false })" role="button " tabindex="0" class="dropdown-toggle" data-toggle="dropdown">Hosting Services</a> <input type="checkbox" id="drop-3"><label for="drop-3" class="toggle"></label><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1607 "><a href="https://www.websourceblog.com/dreamhost-best-hosting-provider/">DreamHost: A Complete Web Hosting Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1614 "><a href="https://www.websourceblog.com/digitalocean-a-gateway-to-cloud-simplicity/">DigitalOcean: A Gateway to Cloud Simplicity</a></li> </ul> </li> </ul>

PHP

How to add join with additional condition using Laravel’s Database Query Builder?

Laravel’s Database Query Builder Laravel’s database query builder provides interface to create and running database queries to perform database operations…

6 years ago

How to specify connection in migrations Laravel 5?

Laravel 5 Migrations Migrations are like version control for your database, which allow us to modify database schema and stay…

7 years ago

How to paginate query builder results in Laravel 5?

Paginate Query Builder Results in Laravel Most of times while building admin panels; we need to show listings with pagination.…

7 years ago

How to prevent disabled or inactive users from login Laravel 5.4 application?

Prevent disabled or inactive users from login I was doing a Laravel 5.4 project in which I needed to prevent…

7 years ago

How to create widget to show latest posts?

Create WordPress widget for latest posts WordPress providing sidebar widget for latest post which is just for post type posts…

7 years ago

How to set foreign key checks to zero in laravel 5?

Set Foreign Key Checks While running migrations or seeding or importing data by running scripts, we might need to set…

8 years ago

How to get value from PHPExcel_RichText Object?

Get Value from PHPExcel_RichText Object We can read and create excel, csv files from phpexcel library. While reading excel file…

8 years ago

How to execute views programmatically in drupal 7?

Views is one of very useful module for drupal, it can be used to setup front page, taxonomy term pages,…

8 years ago

How to include header and footer in page.tpl.php template in drupal 7?

Drupal is very famous cms and providing wide range to functionality to build web applications. While building custom theme for…

8 years ago

How to set sort order in query by using Elastica_Query_Bool() class?

Set sort order by using Elastica_Query_Bool() In a symfony2 project I implemented elastic search by using FOSElisticaBundle and used Elastica\Query\Bool()…

9 years ago