editor
Posted in Laravel

How to Install and Use CKEditor 4 in Laravel

Do you want to install CKEditor in Laravel? CKEditor is a WYSIWYG(what you see is what you get) HTML editor that allows you to write…

Continue Reading...
Posted in Laravel

How to Upload and Compress Images in Laravel

Do you want to compress(optimize) images in Laravel? Though there are several ways of compressing images, I recommend optimizing them at the time of uploading….

Continue Reading...
Posted in Laravel

How to Use Laravel Tinker

Do you want to know how to use Laravel Tinker? Using Tinker you can interact with your Laravel application through the command line. Laravel Tinker…

Continue Reading...
laravel-artisan-commands
Posted in Laravel

How to Run Laravel Artisan Commands in Sublime Text

Are you looking to run Laravel Artisan commands in Sublime Text? Sublime Text is a popular text editor that provides a bundle of packages to…

Continue Reading...
Posted in PHP

How to Create PHP Registration System for Your Website

For most websites, it is required to build a registration system. These applications need to give access to only users who have gone through the…

Continue Reading...
Posted in Javascript

How to Add Zoom Effect On Images Of High Resolution

Are you using high-resolution images on your website? Then probably you are looking to add a zoom effect to your high-resolution images. Zoom effects would…

Continue Reading...
Posted in PHP

How to Create a PHP Login System for Your Website

Are you looking to create a login system on your website with PHP? Having a website login system allows access to important pages only to…

Continue Reading...
Posted in WordPress

How to Export Posts to CSV in WordPress

WordPress is a popular blogging platform. A blog is nothing but a collection of posts. WordPress provides the option at the backend to add and…

Continue Reading...
Posted in WordPress

Set Flat Rate Shipping Cost Per Country In WooCommerce

WooCommerce is one of the most popular plugin of WordPress. This plugin and their add-ons provide a rich set of features which covers almost every…

Continue Reading...
Posted in PHP

Get YouTube Video List by Keywords Using YouTube Search API

YouTube is the second-largest search engine in the world. Due to its immense popularity, many users integrate YouTube-related functionalities into their websites. This includes embedding…

Continue Reading...