Laravel’s Database Query Builder Laravel’s database query builder provides interface to create and running database queries to perform database operations…
Laravel 5 Migrations Migrations are like version control for your database, which allow us to modify database schema and stay…
Paginate Query Builder Results in Laravel Most of times while building admin panels; we need to show listings with pagination.…
Prevent disabled or inactive users from login I was doing a Laravel 5.4 project in which I needed to prevent…
Create WordPress widget for latest posts WordPress providing sidebar widget for latest post which is just for post type posts…
Set Foreign Key Checks While running migrations or seeding or importing data by running scripts, we might need to set…
Get Value from PHPExcel_RichText Object We can read and create excel, csv files from phpexcel library. While reading excel file…
Views is one of very useful module for drupal, it can be used to setup front page, taxonomy term pages,…
Drupal is very famous cms and providing wide range to functionality to build web applications. While building custom theme for…
Set sort order by using Elastica_Query_Bool() In a symfony2 project I implemented elastic search by using FOSElisticaBundle and used Elastica\Query\Bool()…