Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site.…
Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes…
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,…