How to create custom shortcode in WordPress?

6 years ago

Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site.…

Clear cache from routes, views, config in Laravel 5 Application.

6 years ago

Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes…

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

6 years ago

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

How to load data in datatables from ajax?

6 years ago

Load data in Datatables from Ajax I was working on a project in which I had to show results in…

How to replace string from a table column in MySQL?

6 years ago

Update Part of String in Table Column In a table column which have string value, you might need to update…

How to specify connection in migrations Laravel 5?

6 years ago

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

How to use checkmark or tick instead of bullet in unordered list?

6 years ago

Use checkmark or tick instead of bullet I had a list where I wanted to sow tick/checkmark (✓) instead of…

How to paginate query builder results in Laravel 5?

7 years ago

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

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

7 years ago

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

How to create widget to show latest posts?

7 years ago

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