Author: Sajid
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…
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…
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….
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…
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…
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…
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…
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…
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…
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…