Posted in Laravel

How To Use Built-In Laravel Pagination Feature On Website

Are you looking to integrate built-in Laravel pagination in your application? Pagination is always a lengthy task. If we are doing it without any third-party…

Continue Reading...
Posted in WordPress

How To Switch Or Convert Any Post To A New Post Type

Do you want to switch your post to another post type? There might be some situation where we need to switch custom post type of…

Continue Reading...
Posted in WordPress

How to Add Masonry Grid Layout in WordPress

Do you want to add a masonry grid layout on the WordPress website? You have probably seen the masonry grid on most sites over the…

Continue Reading...
Posted in PHP

Advanced PHP Programming – How To Use Namespace In PHP

For PHP beginners, the concept namespaces seem quite complex. But, once we understand the basics of namespaces, it is easy to implement. In this article,…

Continue Reading...
editor
Posted in General

Top 3 Free Rich Text Editor For Web Application

Are you looking for a free rich text editor for your web application? A rich text aka WYSIWYG(what you see is what you get) editor…

Continue Reading...
Posted in Laravel

How to Use Laravel Multiple Database Connections Feature On a Website

Are you looking to connect multiple databases to your Laravel application? Sometimes, you may come across a situation where you need to deal with more…

Continue Reading...
Posted in Laravel

Create Multi Language Website in PHP Using Laravel Framework

Do you want to create a multi-language website in PHP? A multi-language website helps to increase audiences from several regions. The Laravel framework which is…

Continue Reading...
Posted in PHP

How to use YouTube API to Upload Video on YouTube Channel

Everybody knows about YouTube. YouTube is the number one video-sharing platform in the world. The YouTube platform allows us to host our videos. This saves…

Continue Reading...
Posted in General

How To Create A Screencast Video For Free On Windows

Are you looking to create a screencast video for free? You might want screencast video for your YouTube channel or for training purposes. In this…

Continue Reading...
Create a thumbnail
Posted in PHP

Resize Images in PHP using TinyPNG

Image resizing is a very common task for developers. Every programming language has its own libraries or techniques to resize images. In this article, we…

Continue Reading...